GET /api/bet_types/8f8f207e-fe1e-46d7-bd98-54c7bea80587/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f8f207e-fe1e-46d7-bd98-54c7bea80587",
    "match": "https://api-prod.gambitprofit.com/api/matches/9552348c-b338-4151-902c-0117f3dad8d6/?format=api",
    "name": "Play the Odds",
    "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": "Arkansas",
                "amount": 5000.0
            },
            {
                "team": "Alabama",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f126808-c6ba-460c-86f6-1569ffbe23cd",
            "gambit_id": "1a74aca5-2838-47b6-bb7f-dfc56e1078ae",
            "last_updated": "2022-10-02T20:12:09.076828-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f8f207e-fe1e-46d7-bd98-54c7bea80587/?format=api"
        },
        {
            "id": "ef8ab875-988f-4230-aba6-498bb74e2d9c",
            "gambit_id": "adb901ca-196b-4468-8e5f-bfb1cd26a975",
            "last_updated": "2022-10-02T20:12:09.077879-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f8f207e-fe1e-46d7-bd98-54c7bea80587/?format=api"
        }
    ]
}