GET /api/bet_types/b0f3a235-ea20-45be-a4e7-47328df4e344/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0f3a235-ea20-45be-a4e7-47328df4e344",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a576f6d-5f33-459e-b7b2-0afcd825a85f/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca31d32e-9dc7-4026-adc4-534184d895c7",
            "gambit_id": "765a90c6-4f8b-4a45-ad86-4208f20eb211",
            "last_updated": "2022-11-18T10:03:03.246185-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0f3a235-ea20-45be-a4e7-47328df4e344/?format=api"
        },
        {
            "id": "70539c70-641d-40bb-bf08-61776514e450",
            "gambit_id": "558a1379-b5fa-4cce-a45a-4b0669bc735d",
            "last_updated": "2022-11-18T10:03:03.245010-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0f3a235-ea20-45be-a4e7-47328df4e344/?format=api"
        }
    ]
}