GET /api/bet_types/1eb7eb99-9286-4666-89b1-613d376c1521/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1eb7eb99-9286-4666-89b1-613d376c1521",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cba1b77-7192-40eb-93f4-99abb4fa950c/?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": "Indiana",
                "amount": 5000.0
            },
            {
                "team": "Nebraska",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "2dfa7ecb-1674-4c0b-9727-dba2fb53fd89",
            "gambit_id": "3481eed2-d1e2-4027-bd39-a04a815da46b",
            "last_updated": "2022-10-03T11:12:23.314924-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eb7eb99-9286-4666-89b1-613d376c1521/?format=api"
        },
        {
            "id": "914e9153-ab7f-4da2-adfe-6d8df8cb1d66",
            "gambit_id": "aa1770ec-2663-418d-9d72-98f3f75e22ec",
            "last_updated": "2022-10-03T11:12:23.313954-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nebraska",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eb7eb99-9286-4666-89b1-613d376c1521/?format=api"
        }
    ]
}