GET /api/bet_types/a0a1f4b1-8c22-4d13-bc7d-449a922560bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0a1f4b1-8c22-4d13-bc7d-449a922560bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/09cd3244-51e5-4f11-84b7-619356bfa756/?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": "Western Kentucky",
                "amount": 5000.0
            },
            {
                "team": "Troy",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad52c569-7b11-4a8b-bc30-eefd92047b24",
            "gambit_id": "5b7d6ca2-8627-44f9-bab2-543c19a68e78",
            "last_updated": "2022-10-03T11:07:26.113145-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0a1f4b1-8c22-4d13-bc7d-449a922560bc/?format=api"
        },
        {
            "id": "b8e1fb9e-cc47-4bac-a58f-fedabe154a0a",
            "gambit_id": "4cbdb8d1-9cc5-4ab7-b094-bbffb79e4304",
            "last_updated": "2022-10-03T11:07:26.114077-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0a1f4b1-8c22-4d13-bc7d-449a922560bc/?format=api"
        }
    ]
}