GET /api/bet_types/79172c04-a37d-428a-8204-d887156c34ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79172c04-a37d-428a-8204-d887156c34ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/05fd15bb-f793-4854-ae5d-51e2a667eca0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:10.351825-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": "Cleveland Browns",
                "amount": 5602.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "c454a48f-ae99-43ca-8196-b19c2b9f014e",
            "gambit_id": "1b1520c8-4446-47b6-b0d5-9972dc8806b3",
            "last_updated": "2023-11-20T19:48:04.003865-05:00",
            "created_at": "2023-11-16T09:28:10.361826-05:00",
            "name": "Cleveland Browns",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79172c04-a37d-428a-8204-d887156c34ee/?format=api"
        },
        {
            "id": "0a510dd8-ae19-4931-bfa7-7d023b9d1b41",
            "gambit_id": "c84b2697-e71c-414c-8853-a766c4cd4fb0",
            "last_updated": "2023-11-20T19:48:04.000206-05:00",
            "created_at": "2023-11-16T09:28:10.355615-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79172c04-a37d-428a-8204-d887156c34ee/?format=api"
        }
    ]
}