GET /api/bet_types/09771bef-d743-482d-b1d9-5574b731d8d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09771bef-d743-482d-b1d9-5574b731d8d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/34874039-5b97-4ee5-8852-7165997c8060/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-30T10:47:18.045786-04: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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "75488955-f125-4ee7-9467-05f1a2efe319",
            "gambit_id": "f60e4288-e833-4fd2-85a3-f6d5ff0c9421",
            "last_updated": "2023-05-31T11:47:22.723734-04:00",
            "created_at": "2023-05-30T10:47:18.050567-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09771bef-d743-482d-b1d9-5574b731d8d8/?format=api"
        },
        {
            "id": "dc5cc243-07fd-46d7-a60a-a2fe7b3cde69",
            "gambit_id": "a5828e9b-43e0-4584-9909-669c63512601",
            "last_updated": "2023-05-31T11:47:22.720913-04:00",
            "created_at": "2023-05-30T10:47:18.048253-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09771bef-d743-482d-b1d9-5574b731d8d8/?format=api"
        }
    ]
}