GET /api/bet_types/c891f14b-3a57-4fe3-881d-e308267a0d5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c891f14b-3a57-4fe3-881d-e308267a0d5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfb202b1-61c3-4185-b4e7-25dda4fc4dee/?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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "81725c94-0dcd-4ad3-82ba-14530d725cb0",
            "gambit_id": "49f43de0-c999-4c5d-aa91-454cc7e8df57",
            "last_updated": "2022-12-03T09:32:33.339721-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c891f14b-3a57-4fe3-881d-e308267a0d5a/?format=api"
        },
        {
            "id": "c79b36ae-dff7-4e61-8f09-75486c9e1bb4",
            "gambit_id": "e3eaf18c-1bbb-4cee-9cba-767be47f5aa2",
            "last_updated": "2022-12-03T09:32:33.338677-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c891f14b-3a57-4fe3-881d-e308267a0d5a/?format=api"
        }
    ]
}