GET /api/bet_types/21875901-116c-480e-b76a-cadf64ee0982/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21875901-116c-480e-b76a-cadf64ee0982",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fbf7883-0a17-4933-9675-812ddac7c0e3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-06T22:48:24.499909-04: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 46.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 46.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "784ba0e1-355a-441e-a8be-b406cfe82e62",
            "gambit_id": "a906d737-d27e-4671-bd16-a9b502359345",
            "last_updated": "2023-09-11T11:13:25.436711-04:00",
            "created_at": "2023-09-06T22:48:24.508605-04:00",
            "name": "Game Total Over 46.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21875901-116c-480e-b76a-cadf64ee0982/?format=api"
        },
        {
            "id": "f0bbd96a-91ea-41a2-ab4c-1d0342b81f4e",
            "gambit_id": "4a870266-113a-428f-952d-bd997d589a2a",
            "last_updated": "2023-09-11T11:13:25.439977-04:00",
            "created_at": "2023-09-06T22:48:24.504162-04:00",
            "name": "Game Total Under 46.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21875901-116c-480e-b76a-cadf64ee0982/?format=api"
        }
    ]
}