GET /api/bet_types/cd4dfad4-c9e9-4a5e-a63b-eba0eeb00bec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd4dfad4-c9e9-4a5e-a63b-eba0eeb00bec",
    "match": "https://api-prod.gambitprofit.com/api/matches/d38f1ebd-51f6-4b0e-b6a9-43e91add509a/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T09:06:54.813373-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 6.5",
                "amount": 5292.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "55892fa7-4c8c-40a3-9a79-73c52e853ed0",
            "gambit_id": "1ec2dee0-994f-4b9c-8627-3cbfcbc57238",
            "last_updated": "2022-12-25T18:07:05.485213-05:00",
            "created_at": "2022-12-23T09:06:54.814665-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4dfad4-c9e9-4a5e-a63b-eba0eeb00bec/?format=api"
        },
        {
            "id": "99a21a04-84ce-4b62-bb59-9ff04bbc624f",
            "gambit_id": "f5f98446-854f-49ec-b744-36c36b500a42",
            "last_updated": "2022-12-25T18:07:05.486338-05:00",
            "created_at": "2022-12-23T09:06:54.815976-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4dfad4-c9e9-4a5e-a63b-eba0eeb00bec/?format=api"
        }
    ]
}