GET /api/bet_types/36a63d28-7ce0-4a83-9033-5f0e361519b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36a63d28-7ce0-4a83-9033-5f0e361519b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/393edd4a-c6a4-4f32-b937-bf3421bbcbb8/?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": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "76712548-abce-4fb6-92a6-e3c29a2ff6f1",
            "gambit_id": "6d06d419-a8a2-4560-a8f2-d13fe1e73fb5",
            "last_updated": "2022-12-17T09:42:31.113827-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36a63d28-7ce0-4a83-9033-5f0e361519b8/?format=api"
        },
        {
            "id": "b271d7a6-608d-4c5c-b400-259d1d4cccea",
            "gambit_id": "c34f57af-5a57-442b-aa2e-d3680fe9e713",
            "last_updated": "2022-12-17T09:42:31.114881-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36a63d28-7ce0-4a83-9033-5f0e361519b8/?format=api"
        }
    ]
}