GET /api/bet_types/80f78e9c-1f40-4091-aa96-8affa90dce36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80f78e9c-1f40-4091-aa96-8affa90dce36",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fb85906-c768-444b-9e93-7fa79edbd0c6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-06T08:47:01.563094-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 5.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5b6814d-4a1b-41a6-923f-15166a9337c9",
            "gambit_id": "56807d43-d7b6-447e-b2d1-9f59f9b41790",
            "last_updated": "2023-02-07T11:21:55.536337-05:00",
            "created_at": "2023-02-06T08:47:01.566675-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f78e9c-1f40-4091-aa96-8affa90dce36/?format=api"
        },
        {
            "id": "4c8e2620-72ce-4228-bb15-21fb4c7e9813",
            "gambit_id": "19a0142f-a247-494b-b19d-9f58ed2bfb3c",
            "last_updated": "2023-02-07T11:21:55.534764-05:00",
            "created_at": "2023-02-06T08:47:01.564855-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f78e9c-1f40-4091-aa96-8affa90dce36/?format=api"
        }
    ]
}