GET /api/bet_types/cbfbd42d-c9ba-45e9-bf3f-a6ac8ff09936/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbfbd42d-c9ba-45e9-bf3f-a6ac8ff09936",
    "match": "https://api-prod.gambitprofit.com/api/matches/e272036e-95b7-4f37-a2e3-4673241138fc/?format=api",
    "name": "Over/Under",
    "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": "Game Total Over 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1b33451-0a04-4255-8344-b71a51b259cb",
            "gambit_id": "a0019a50-9599-4c09-981a-dfe3ff3d975f",
            "last_updated": "2022-08-25T10:17:08.399568-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbfbd42d-c9ba-45e9-bf3f-a6ac8ff09936/?format=api"
        },
        {
            "id": "f12e9a5d-4d55-483a-a256-ef0f21ffb40f",
            "gambit_id": "dcc5397d-c2b7-4baa-b444-20e44dab1bcc",
            "last_updated": "2022-08-25T10:17:08.399065-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbfbd42d-c9ba-45e9-bf3f-a6ac8ff09936/?format=api"
        }
    ]
}