GET /api/bet_types/ba8b8849-d07e-4bf4-be98-27e2c4b07b0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba8b8849-d07e-4bf4-be98-27e2c4b07b0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fbf7883-0a17-4933-9675-812ddac7c0e3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T22:48:24.512486-04: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": "Cleveland Browns",
                "amount": 5000.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0ac5cca-47fd-4cfb-aee1-a4398245a479",
            "gambit_id": "16b2c4aa-9d1a-42d5-80fd-ef1b40014192",
            "last_updated": "2023-09-11T11:13:25.450499-04:00",
            "created_at": "2023-09-06T22:48:24.520336-04:00",
            "name": "Cleveland Browns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba8b8849-d07e-4bf4-be98-27e2c4b07b0b/?format=api"
        },
        {
            "id": "0073fad0-5112-4c6d-acfc-6dc99e48085a",
            "gambit_id": "d629087a-c420-4ad9-a0a7-b35bd1c59d96",
            "last_updated": "2023-09-11T11:13:25.447079-04:00",
            "created_at": "2023-09-06T22:48:24.516270-04:00",
            "name": "Cincinnati Bengals",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba8b8849-d07e-4bf4-be98-27e2c4b07b0b/?format=api"
        }
    ]
}