GET /api/bet_types/fb5382d9-b968-4ea2-8919-a0ba64362ce4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb5382d9-b968-4ea2-8919-a0ba64362ce4",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c7e71cc-7b19-4d6f-b4d0-359b460fb2f7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-16T09:52:55.840951-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 6.5",
                "amount": 5515.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e072b13-b3e6-4b77-a5f3-ac45e7a3eefe",
            "gambit_id": "225278ce-5109-4d63-ace1-80b083ab6a4b",
            "last_updated": "2023-10-17T10:13:14.326437-04:00",
            "created_at": "2023-10-16T09:52:55.844846-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb5382d9-b968-4ea2-8919-a0ba64362ce4/?format=api"
        },
        {
            "id": "29f4a173-721f-4067-968a-78d22063e654",
            "gambit_id": "fcb95af2-1933-44b5-a84b-7b2eca32dd5e",
            "last_updated": "2023-10-17T10:13:14.333106-04:00",
            "created_at": "2023-10-16T09:52:55.850539-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb5382d9-b968-4ea2-8919-a0ba64362ce4/?format=api"
        }
    ]
}