GET /api/bet_types/865c5914-316c-420d-afbf-44500a961010/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "865c5914-316c-420d-afbf-44500a961010",
    "match": "https://api-prod.gambitprofit.com/api/matches/9215305b-12a0-4279-8f2e-951348a39cff/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-29T09:58:07.366958-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": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "12ccc061-809c-49ce-a12d-cca8200a5a98",
            "gambit_id": "4e033b67-0fec-4f6f-a7ca-7bdbc2c0d317",
            "last_updated": "2024-01-01T13:18:20.884480-05:00",
            "created_at": "2023-12-29T09:58:07.371899-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/865c5914-316c-420d-afbf-44500a961010/?format=api"
        },
        {
            "id": "ebb050e4-c54c-4bf5-8f48-586e1e7dd58d",
            "gambit_id": "a28ca085-1bc4-41d8-be45-9175d8713cbb",
            "last_updated": "2024-01-01T13:18:20.880716-05:00",
            "created_at": "2023-12-29T09:58:07.377147-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/865c5914-316c-420d-afbf-44500a961010/?format=api"
        }
    ]
}