GET /api/bet_types/a4e82f36-c641-448b-9b37-171967e60883/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4e82f36-c641-448b-9b37-171967e60883",
    "match": "https://api-prod.gambitprofit.com/api/matches/91db9951-92a7-4edb-a33d-824e1afa26e9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-18T09:53:17.179051-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": "Minnesota Timberwolves",
                "amount": 5319.0
            },
            {
                "team": "Miami Heat",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8c1c505-0881-4318-a68d-253d8d105f03",
            "gambit_id": "4f7d6255-a5b1-433c-aebb-f719e38c8513",
            "last_updated": "2023-12-19T20:53:14.736146-05:00",
            "created_at": "2023-12-18T09:53:17.182987-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4e82f36-c641-448b-9b37-171967e60883/?format=api"
        },
        {
            "id": "5858bbbf-d48f-4059-a444-5dfd692f1c16",
            "gambit_id": "a0162498-3e09-406d-830e-8e3b6bdfce6a",
            "last_updated": "2023-12-19T20:53:14.739563-05:00",
            "created_at": "2023-12-18T09:53:17.190932-05:00",
            "name": "Miami Heat",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4e82f36-c641-448b-9b37-171967e60883/?format=api"
        }
    ]
}