GET /api/bet_types/69651d08-e371-4596-af82-0eec9dbf8478/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69651d08-e371-4596-af82-0eec9dbf8478",
    "match": "https://api-prod.gambitprofit.com/api/matches/da8f297e-dc3a-4eb2-a04a-51fca21980fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-23T11:47:56.383830-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": "WAS",
                "amount": 5939.0
            },
            {
                "team": "SFO",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "745cec7b-35cf-4e2e-83e1-a8d3cae4536b",
            "gambit_id": "d61cdffc-4918-4c09-a100-51ccd00c9ddd",
            "last_updated": "2023-07-24T13:33:10.754894-04:00",
            "created_at": "2023-07-23T11:47:56.392098-04:00",
            "name": "WAS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69651d08-e371-4596-af82-0eec9dbf8478/?format=api"
        },
        {
            "id": "cf262d90-603b-48f7-8aff-d901d02d3217",
            "gambit_id": "16f95f71-8f47-4e44-ae33-5c52d86806cb",
            "last_updated": "2023-07-24T13:33:10.751035-04:00",
            "created_at": "2023-07-23T11:47:56.387749-04:00",
            "name": "SFO",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69651d08-e371-4596-af82-0eec9dbf8478/?format=api"
        }
    ]
}