GET /api/bet_types/42ee3977-ed4f-4476-8bc0-b738d0aaf425/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42ee3977-ed4f-4476-8bc0-b738d0aaf425",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f57d27b-635a-41e8-bc85-97ef9b1c7a9e/?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": "LOS",
                "amount": 5990.0
            },
            {
                "team": "NYM",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9223.0,
        "profit_sb": 223.0,
        "profit_sb_percentage": 2.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "aef274a4-edcd-4c07-9860-0ffdccc5f3b2",
            "gambit_id": "3836becf-f9fd-462a-a394-ed6087c86413",
            "last_updated": "2022-09-01T10:42:05.518635-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ee3977-ed4f-4476-8bc0-b738d0aaf425/?format=api"
        },
        {
            "id": "04d3b93a-7211-4d68-8763-30c85cd15eec",
            "gambit_id": "8214a04b-9765-4e50-af58-0a2f878b119f",
            "last_updated": "2022-09-01T10:42:05.517665-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "2.30000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ee3977-ed4f-4476-8bc0-b738d0aaf425/?format=api"
        }
    ]
}