GET /api/bet_types/c4254a25-bd25-4b11-9f21-cc883ec8793c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4254a25-bd25-4b11-9f21-cc883ec8793c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4fefbf9-215e-4f02-990c-cc0644dd8ffa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-19T09:33:11.149985-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": "Philadelphia 76ers",
                "amount": 6449.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c152058-3064-40bc-a1b6-1e660acaa87c",
            "gambit_id": "080ac549-bc07-4044-90f5-6de36eed3349",
            "last_updated": "2024-01-22T12:08:21.453911-05:00",
            "created_at": "2024-01-19T09:33:11.154016-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4254a25-bd25-4b11-9f21-cc883ec8793c/?format=api"
        },
        {
            "id": "2c0957d1-116f-49ab-8508-8875043ca4d0",
            "gambit_id": "d9d78469-982a-4c0d-8322-fd4ed97e7566",
            "last_updated": "2024-01-22T12:08:21.459123-05:00",
            "created_at": "2024-01-19T09:33:11.158175-05:00",
            "name": "Orlando Magic",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4254a25-bd25-4b11-9f21-cc883ec8793c/?format=api"
        }
    ]
}