GET /api/bet_types/240e1cb0-5748-41c7-b142-724b3f00202a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "240e1cb0-5748-41c7-b142-724b3f00202a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b9410e7-c580-4e8f-8e78-c7eb1fc78f53/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-29T09:58:09.305677-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": "Milwaukee Bucks",
                "amount": 6449.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc47bb12-4182-4c84-9032-df3530ea3317",
            "gambit_id": "d1579448-f035-4e32-b801-9c116bbbe853",
            "last_updated": "2023-12-30T21:43:25.962271-05:00",
            "created_at": "2023-12-29T09:58:09.309980-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/240e1cb0-5748-41c7-b142-724b3f00202a/?format=api"
        },
        {
            "id": "9ae5a57e-9886-497b-9b7a-66ff2d9c056d",
            "gambit_id": "a85a742a-4d82-4b55-a593-58d3ceed4ebb",
            "last_updated": "2023-12-30T21:43:25.965562-05:00",
            "created_at": "2023-12-29T09:58:09.315613-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/240e1cb0-5748-41c7-b142-724b3f00202a/?format=api"
        }
    ]
}