GET /api/bet_types/c1401e0d-b71b-44e8-bfd6-b938598228fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1401e0d-b71b-44e8-bfd6-b938598228fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a33696b-2e20-44df-a0c3-9c66757df2ab/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Central Florida",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1600.0,
        "profit_sb_percentage": 17.78,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Central Florida",
                "amount": 8782.0
            },
            {
                "team": "Georgia Tech",
                "amount": 1218.0
            }
        ],
        "expected_reward_tokens": 9305.52,
        "profit_sb": 305.52,
        "profit_sb_percentage": 3.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "dccb17d7-8cd5-4475-9d59-533dc0510285",
            "gambit_id": "4f183fbd-572a-4e08-8dd7-ef501e747619",
            "last_updated": "2022-09-25T20:02:12.026736-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.06000",
            "odds": "1.07140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1401e0d-b71b-44e8-bfd6-b938598228fb/?format=api"
        },
        {
            "id": "1251b6e9-1c14-45b8-befd-1e49bc90d5bf",
            "gambit_id": "f4f67d6d-fd59-4937-bf89-76bb55e2d233",
            "last_updated": "2022-09-25T20:02:12.027718-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "7.64000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1401e0d-b71b-44e8-bfd6-b938598228fb/?format=api"
        }
    ]
}