GET /api/bet_types/44641a37-58be-46b3-8a33-4c7f74849c1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44641a37-58be-46b3-8a33-4c7f74849c1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/47350653-6a9e-482e-8fbc-7ddbe05529b5/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T12:47:11.901510-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 47",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 47",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fc1a42b-621f-496e-9334-c56871d54048",
            "gambit_id": "53213630-c6d4-4b03-bb50-5453587b18a7",
            "last_updated": "2022-12-25T18:22:07.491434-05:00",
            "created_at": "2022-12-23T12:47:11.902685-05:00",
            "name": "Game Total Under 47",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44641a37-58be-46b3-8a33-4c7f74849c1b/?format=api"
        },
        {
            "id": "3be7a0de-02fd-4a73-a571-4f7d27862965",
            "gambit_id": "7e8df7cf-092d-419e-b843-2ea876644adf",
            "last_updated": "2022-12-25T18:22:07.492687-05:00",
            "created_at": "2022-12-23T12:47:11.903889-05:00",
            "name": "Game Total Over 47",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44641a37-58be-46b3-8a33-4c7f74849c1b/?format=api"
        }
    ]
}