GET /api/bet_types/2afc134d-4446-46d2-abbb-0dac2578dd6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2afc134d-4446-46d2-abbb-0dac2578dd6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cba3d578-91e5-4e5c-bd93-707fdb8cac73/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-09T09:47:59.532282-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 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": "17b0b2ef-a256-4fb5-a5e8-1d045482150b",
            "gambit_id": "3bf4c53d-9340-48d2-96c7-180fee448903",
            "last_updated": "2023-11-12T11:08:21.788652-05:00",
            "created_at": "2023-11-09T09:47:59.537355-05: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/2afc134d-4446-46d2-abbb-0dac2578dd6d/?format=api"
        },
        {
            "id": "5e9fac05-da5c-4401-9944-ff5a7e8bec24",
            "gambit_id": "4132375e-da61-45fc-bd91-a159316274eb",
            "last_updated": "2023-11-12T11:08:21.792234-05:00",
            "created_at": "2023-11-09T09:47:59.541553-05: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/2afc134d-4446-46d2-abbb-0dac2578dd6d/?format=api"
        }
    ]
}