GET /api/bet_types/eb94f745-579d-4ee8-8862-9d0323fd418c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb94f745-579d-4ee8-8862-9d0323fd418c",
    "match": "https://api-prod.gambitprofit.com/api/matches/64c7d5ec-3cbc-46a3-8a8f-92447388288a/?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 Under 52",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 52",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a46a4c4d-8266-437e-aac7-ed5e663d0605",
            "gambit_id": "b3933886-8387-41e3-b3dd-2151dd319201",
            "last_updated": "2022-12-19T11:02:04.847458-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb94f745-579d-4ee8-8862-9d0323fd418c/?format=api"
        },
        {
            "id": "a7071cdc-50e7-4d5d-8e6c-97cf7ce71504",
            "gambit_id": "d83fd718-4675-40f4-8226-b555ffc2f83f",
            "last_updated": "2022-12-19T11:02:04.848526-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb94f745-579d-4ee8-8862-9d0323fd418c/?format=api"
        }
    ]
}