GET /api/bet_types/e67dc1ab-49ca-4a3c-86fc-6966d2c38f21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e67dc1ab-49ca-4a3c-86fc-6966d2c38f21",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bbf9c34-e7c5-4eb9-9fbf-b6fcaa5c75ee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-27T08:57:17.281508-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": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "58c9b5f5-0096-46b9-ae20-a47e8d7e3c94",
            "gambit_id": "bb3026d2-f7e0-4bd9-b5d1-6ace6cc7a735",
            "last_updated": "2023-01-28T19:22:10.374433-05:00",
            "created_at": "2023-01-27T08:57:17.282739-05:00",
            "name": "Miami Heat",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e67dc1ab-49ca-4a3c-86fc-6966d2c38f21/?format=api"
        },
        {
            "id": "8f939bd7-bee8-47e4-942a-5e6a0a7a4b74",
            "gambit_id": "93bb7dfb-73d6-42a2-a7dd-8ca64de1ad2d",
            "last_updated": "2023-01-28T19:22:10.375517-05:00",
            "created_at": "2023-01-27T08:57:17.284009-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e67dc1ab-49ca-4a3c-86fc-6966d2c38f21/?format=api"
        }
    ]
}