GET /api/bet_types/6ba83b6c-c792-4947-9542-aa3e13326b98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ba83b6c-c792-4947-9542-aa3e13326b98",
    "match": "https://api-prod.gambitprofit.com/api/matches/be04ce63-5b1e-4531-9c5e-61e7e0f69de0/?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": "Oklahoma",
                "amount": 5000.0
            },
            {
                "team": "Kansas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a34a1257-b9c4-4578-a351-9be0753d6655",
            "gambit_id": "8f4071f4-5dd2-4b3b-9c9b-bcd931331768",
            "last_updated": "2022-10-16T15:12:14.030408-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ba83b6c-c792-4947-9542-aa3e13326b98/?format=api"
        },
        {
            "id": "d632ca27-2761-4127-9183-dae9ee535781",
            "gambit_id": "0fa778ba-f47d-47ec-94a7-a938abebf5a3",
            "last_updated": "2022-10-16T15:12:14.031485-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ba83b6c-c792-4947-9542-aa3e13326b98/?format=api"
        }
    ]
}