GET /api/bet_types/03d80b0a-8a97-4c15-98c5-19d2645f4759/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03d80b0a-8a97-4c15-98c5-19d2645f4759",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ca0ba1c-ca3d-40db-a17e-05d40e47ce70/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-10T09:02:09.483946-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": "Miami Heat",
                "amount": 8247.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1753.0
            }
        ],
        "expected_reward_tokens": 9483.73,
        "profit_sb": -16.27,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "f54921a6-edb0-4674-b469-462f089970f8",
            "gambit_id": "e9c91fd5-1e46-4320-8c70-5ae525bb67ff",
            "last_updated": "2023-02-11T17:52:31.329435-05:00",
            "created_at": "2023-02-10T09:02:09.485226-05:00",
            "name": "Miami Heat",
            "reward": "1.15000",
            "odds": "1.15870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03d80b0a-8a97-4c15-98c5-19d2645f4759/?format=api"
        },
        {
            "id": "5f779e63-2c6e-470d-89f0-8c5c60ce0114",
            "gambit_id": "51335c51-327e-49e9-ac72-8c48227a9a75",
            "last_updated": "2023-02-11T17:52:31.330554-05:00",
            "created_at": "2023-02-10T09:02:09.486673-05:00",
            "name": "Houston Rockets",
            "reward": "5.41000",
            "odds": "5.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03d80b0a-8a97-4c15-98c5-19d2645f4759/?format=api"
        }
    ]
}