GET /api/bet_types/a52b4151-d6fc-473b-a139-1930d14882dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a52b4151-d6fc-473b-a139-1930d14882dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2f0e965-f294-4581-9358-3ce1ff410e89/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-02T08:52:10.407797-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Utah",
                "amount": 5000.0
            },
            {
                "team": "Penn State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1a9aaea-beb3-41a7-b77e-7d7a172f4c88",
            "gambit_id": "8f138031-e0ff-4659-82b4-e976130cd45a",
            "last_updated": "2023-01-03T10:02:05.694624-05:00",
            "created_at": "2023-01-02T08:52:10.410201-05:00",
            "name": "Utah",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a52b4151-d6fc-473b-a139-1930d14882dd/?format=api"
        },
        {
            "id": "4f4f1d76-6152-4493-b1dc-1079e9563f25",
            "gambit_id": "1190a91b-00f3-4fe2-9293-89f4038db291",
            "last_updated": "2023-01-03T10:02:05.693411-05:00",
            "created_at": "2023-01-02T08:52:10.408969-05:00",
            "name": "Penn State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a52b4151-d6fc-473b-a139-1930d14882dd/?format=api"
        }
    ]
}