GET /api/bet_types/c899e2d7-643e-4290-96c1-477e55b6b1e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c899e2d7-643e-4290-96c1-477e55b6b1e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbed57ab-8cc3-49d4-85b0-11db275c224a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-02T11:12:02.564458-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 214",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 214",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5be75ed1-ae8a-43ac-a8be-5e5b91e935ec",
            "gambit_id": "cbece5e9-f3dc-47e9-8de6-fa049a100809",
            "last_updated": "2023-02-03T10:11:51.080187-05:00",
            "created_at": "2023-02-02T11:12:02.566034-05:00",
            "name": "Game Total Under 214",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "214.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c899e2d7-643e-4290-96c1-477e55b6b1e2/?format=api"
        },
        {
            "id": "0ffb9376-5d27-45e4-b348-04adcb355ad3",
            "gambit_id": "3a1991b5-2559-427e-901d-ac09ce239f94",
            "last_updated": "2023-02-03T10:11:51.081473-05:00",
            "created_at": "2023-02-02T11:12:02.567647-05:00",
            "name": "Game Total Over 214",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "214.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c899e2d7-643e-4290-96c1-477e55b6b1e2/?format=api"
        }
    ]
}