GET /api/bet_types/fb9d18eb-26bd-4fba-9ed2-10621fe7ec74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb9d18eb-26bd-4fba-9ed2-10621fe7ec74",
    "match": "https://api-prod.gambitprofit.com/api/matches/736e2807-2638-46e3-b6d2-43743c472e74/?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": "Purdue",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "efc03911-6cb0-4291-90f5-cd47ebdfec74",
            "gambit_id": "0f52d50f-2004-4e6f-85ff-54e321a5013b",
            "last_updated": "2022-11-28T09:47:06.492984-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb9d18eb-26bd-4fba-9ed2-10621fe7ec74/?format=api"
        },
        {
            "id": "fe5c2d18-ceee-425d-839b-392ac5408328",
            "gambit_id": "82d1a3e4-1f2c-4c2c-a40b-f333495c7512",
            "last_updated": "2022-11-28T09:47:06.493984-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb9d18eb-26bd-4fba-9ed2-10621fe7ec74/?format=api"
        }
    ]
}