GET /api/bet_types/c96467fc-01dc-4259-9167-1316659704a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c96467fc-01dc-4259-9167-1316659704a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bcbe017-7694-4d2c-80c3-7c0d66d5839a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-28T08:23:02.584501-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7dbc31c-a7f3-49e7-b8aa-f25f7d517603",
            "gambit_id": "17bbea0a-d20d-4364-b0c0-c73f81a46cfb",
            "last_updated": "2023-07-29T19:43:34.631962-04:00",
            "created_at": "2023-07-28T08:23:02.593568-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c96467fc-01dc-4259-9167-1316659704a9/?format=api"
        },
        {
            "id": "b87ce6b6-8344-49b4-b028-45481d51f911",
            "gambit_id": "a851f784-c47a-48cb-a8d2-3772f98635cc",
            "last_updated": "2023-07-29T19:43:34.635650-04:00",
            "created_at": "2023-07-28T08:23:02.598177-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c96467fc-01dc-4259-9167-1316659704a9/?format=api"
        }
    ]
}