GET /api/bet_types/a9a223fb-07e8-4619-b917-670c59be03c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9a223fb-07e8-4619-b917-670c59be03c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c111122f-133e-4e91-885b-d8e0c147ea83/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T11:13:04.150873-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 40",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 40",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1983f04-1ad7-45f5-8ec0-e43b1beb12cc",
            "gambit_id": "3b42c488-c05e-42fb-8cf6-a7322ee0db6e",
            "last_updated": "2023-12-26T20:13:05.593427-05:00",
            "created_at": "2023-12-20T11:13:04.156087-05:00",
            "name": "Game Total Over 40",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9a223fb-07e8-4619-b917-670c59be03c2/?format=api"
        },
        {
            "id": "02e79d45-20d5-4a2e-9993-22ab4a4d9e5a",
            "gambit_id": "69007780-b27d-4564-8023-224c8f87ba10",
            "last_updated": "2023-12-26T20:13:05.596773-05:00",
            "created_at": "2023-12-20T11:13:04.161049-05:00",
            "name": "Game Total Under 40",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9a223fb-07e8-4619-b917-670c59be03c2/?format=api"
        }
    ]
}