GET /api/bet_types/4a7cb911-1474-4516-94b4-fc0f8c685b98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a7cb911-1474-4516-94b4-fc0f8c685b98",
    "match": "https://api-prod.gambitprofit.com/api/matches/a880eb6a-c3e6-452d-bb0b-492bac11d74d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Rams",
                "amount": 7839.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 2161.0
            }
        ],
        "expected_reward_tokens": 9249.08,
        "profit_sb": 249.08,
        "profit_sb_percentage": 2.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "c7672ba6-bfef-43c0-8fa1-ee5715e6d1a2",
            "gambit_id": "a558f19d-e7b5-4025-a351-2d0f43efa762",
            "last_updated": "2022-09-19T10:21:54.648050-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a7cb911-1474-4516-94b4-fc0f8c685b98/?format=api"
        },
        {
            "id": "6a36d1e9-459c-47a6-8c3f-5f8ec2360963",
            "gambit_id": "62eb08ac-c67c-4e10-b498-f9a4b2cb5180",
            "last_updated": "2022-09-19T10:21:54.649244-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "4.28000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a7cb911-1474-4516-94b4-fc0f8c685b98/?format=api"
        }
    ]
}