GET /api/bet_types/87e47c24-6f42-410a-be31-9ee23bdb68fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87e47c24-6f42-410a-be31-9ee23bdb68fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab562a1f-2f1c-43df-a3ac-d21b6147e8b4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-13T09:11:48.187476-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a34aa0c6-6500-4c07-85f5-ae800ba978f5",
            "gambit_id": "169fcf14-44e8-49e2-b519-d504a060766e",
            "last_updated": "2023-01-14T12:07:00.856349-05:00",
            "created_at": "2023-01-13T09:11:48.190573-05:00",
            "name": "Golden State Warriors",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87e47c24-6f42-410a-be31-9ee23bdb68fa/?format=api"
        },
        {
            "id": "384c7ffa-273e-4510-9b99-01a0eac20286",
            "gambit_id": "0545b2b4-a7a5-4514-964a-4cac67eb5970",
            "last_updated": "2023-01-14T12:07:00.853360-05:00",
            "created_at": "2023-01-13T09:11:48.189095-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87e47c24-6f42-410a-be31-9ee23bdb68fa/?format=api"
        }
    ]
}