GET /api/bet_types/6dfacead-2d4d-464f-94f1-11cf8e3807b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6dfacead-2d4d-464f-94f1-11cf8e3807b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba1a7b3e-19d0-4170-bafa-d96bd46458bf/?format=api",
    "name": "Pick the Winner",
    "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": "BAL (J Lyles)",
                "amount": 5068.0
            },
            {
                "team": "BOS (M Wacha)",
                "amount": 4932.0
            }
        ],
        "expected_reward_tokens": 9222.84,
        "profit_sb": 222.84,
        "profit_sb_percentage": 2.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "de549bb6-7cf8-4a15-a5ae-a1131de63e33",
            "gambit_id": "24f4c71b-8aa5-4f58-914e-e245661b65df",
            "last_updated": "2022-09-11T18:02:01.264269-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (J Lyles)",
            "reward": "1.82000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dfacead-2d4d-464f-94f1-11cf8e3807b8/?format=api"
        },
        {
            "id": "8d05c601-98a8-490b-bc28-bece9efa9988",
            "gambit_id": "692dc8dc-e4c7-4dd0-a7a1-66ff53a605b2",
            "last_updated": "2022-09-11T18:02:01.265235-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (M Wacha)",
            "reward": "1.87000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dfacead-2d4d-464f-94f1-11cf8e3807b8/?format=api"
        }
    ]
}