GET /api/bet_types/9c531ec4-2368-4b07-baad-467a5e27e8c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c531ec4-2368-4b07-baad-467a5e27e8c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/735247f0-edcf-4990-91d5-4068ac501a2c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-25T09:28:24.856456-04: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": "ARI",
                "amount": 6163.0
            },
            {
                "team": "SFO",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "58df7984-9a1e-4b41-8702-6b2da15bf364",
            "gambit_id": "ddb7f11c-279a-48d6-baef-cd4b714e408c",
            "last_updated": "2023-06-26T11:13:23.266324-04:00",
            "created_at": "2023-06-25T09:28:24.858342-04:00",
            "name": "ARI",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c531ec4-2368-4b07-baad-467a5e27e8c1/?format=api"
        },
        {
            "id": "bf5aa0ee-cf0a-4198-8ba9-c54312d426dd",
            "gambit_id": "a71fb7f4-08a7-4ba2-976b-afa8e179740c",
            "last_updated": "2023-06-26T11:13:23.268332-04:00",
            "created_at": "2023-06-25T09:28:24.860911-04:00",
            "name": "SFO",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c531ec4-2368-4b07-baad-467a5e27e8c1/?format=api"
        }
    ]
}