GET /api/bet_types/d5a86cc5-6e9c-4f75-8705-e83b819603f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5a86cc5-6e9c-4f75-8705-e83b819603f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c76eba73-159b-466c-be96-8f4184c2975e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-24T09:13:14.481596-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "91ca1b19-06cd-4ab6-b434-c266557407e5",
            "gambit_id": "e3130c36-ecbd-403a-956d-552ed38c0d6e",
            "last_updated": "2024-01-26T13:23:10.420658-05:00",
            "created_at": "2024-01-24T09:13:14.490762-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5a86cc5-6e9c-4f75-8705-e83b819603f0/?format=api"
        },
        {
            "id": "ce991b4d-d644-4701-8b6f-df7a3351c4a4",
            "gambit_id": "d36a401a-7fcc-42dc-81db-3635bfd52d91",
            "last_updated": "2024-01-26T13:23:10.417186-05:00",
            "created_at": "2024-01-24T09:13:14.486131-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5a86cc5-6e9c-4f75-8705-e83b819603f0/?format=api"
        }
    ]
}