GET /api/bet_types/ea5d99d1-531f-46ea-9bd2-67f4193f2d85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea5d99d1-531f-46ea-9bd2-67f4193f2d85",
    "match": "https://api-prod.gambitprofit.com/api/matches/16a85d8d-de42-4e38-b7d3-49c6dee3b3be/?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 7.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "592690ef-7bbc-4491-a211-3208438f4f96",
            "gambit_id": "039c55a0-b9f5-4acb-8634-8e649c89f981",
            "last_updated": "2022-09-26T10:32:11.080076-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea5d99d1-531f-46ea-9bd2-67f4193f2d85/?format=api"
        },
        {
            "id": "70a9a142-cabb-49cf-ab8b-ad07ab3f816e",
            "gambit_id": "b4c7eb03-bad4-4f5e-a4c5-b8b5797f0ae2",
            "last_updated": "2022-09-26T10:32:11.081230-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea5d99d1-531f-46ea-9bd2-67f4193f2d85/?format=api"
        }
    ]
}