GET /api/bet_types/86b1d55d-eb98-428e-9cb9-fe665d35e248/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86b1d55d-eb98-428e-9cb9-fe665d35e248",
    "match": "https://api-prod.gambitprofit.com/api/matches/90b0b226-5673-4850-8777-3ab22ed8fc11/?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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "73554f48-0498-4d0b-8d6b-a23402b6c5ff",
            "gambit_id": "e57586a8-5c59-4d39-b4cc-ebadcb7c69f7",
            "last_updated": "2022-11-17T09:27:27.509739-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86b1d55d-eb98-428e-9cb9-fe665d35e248/?format=api"
        },
        {
            "id": "4f586f40-b4c5-4338-b922-e8fce2716b23",
            "gambit_id": "dbd8f8a7-8890-4eae-a667-6da99ed588e5",
            "last_updated": "2022-11-17T09:27:27.510737-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86b1d55d-eb98-428e-9cb9-fe665d35e248/?format=api"
        }
    ]
}