GET /api/bet_types/9347f506-5db7-43ba-b517-b33df06836ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9347f506-5db7-43ba-b517-b33df06836ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/910b0d45-9261-4304-b258-ecd5c1cab8de/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-17T11:06:50.375599-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 Under 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e542304b-b891-4129-ae94-3349b231469a",
            "gambit_id": "5a5ea92f-2913-4f57-8939-1773b0af4bdd",
            "last_updated": "2023-05-18T11:47:19.170337-04:00",
            "created_at": "2023-05-17T11:06:50.378174-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9347f506-5db7-43ba-b517-b33df06836ba/?format=api"
        },
        {
            "id": "26aef26f-fa6d-4a49-ab1b-9dcfea2873a7",
            "gambit_id": "471f7ba9-94cd-4300-9a97-c7f45d64900e",
            "last_updated": "2023-05-18T11:47:19.171610-04:00",
            "created_at": "2023-05-17T11:06:50.380736-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9347f506-5db7-43ba-b517-b33df06836ba/?format=api"
        }
    ]
}