GET /api/bet_types/118cb640-fa6a-4321-8807-687b44681e1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "118cb640-fa6a-4321-8807-687b44681e1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ace5c74-72fc-47a1-ac3f-86733a30e143/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-09T09:23:03.728075-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "917fb150-deb8-40c7-af8c-da135e4f0507",
            "gambit_id": "c36513e2-d315-450d-a5a9-81a8b2dbf728",
            "last_updated": "2024-01-11T11:18:04.968648-05:00",
            "created_at": "2024-01-09T09:23:03.731633-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/118cb640-fa6a-4321-8807-687b44681e1c/?format=api"
        },
        {
            "id": "08944614-8712-4a3e-ad52-106ac4da5b71",
            "gambit_id": "73134e77-ff9c-4af7-94f4-53a0cfbd7d96",
            "last_updated": "2024-01-11T11:18:04.972082-05:00",
            "created_at": "2024-01-09T09:23:03.736181-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/118cb640-fa6a-4321-8807-687b44681e1c/?format=api"
        }
    ]
}