GET /api/bet_types/623c16df-0380-4c10-a68d-30cf00693b9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "623c16df-0380-4c10-a68d-30cf00693b9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b05dd064-46fd-4b60-a2b3-03ebbccf1126/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:43:10.846733-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": "Tampa Bay Buccaneers",
                "amount": 5688.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "c08a72f2-115d-4dd9-8b6e-bf66ab4eac4d",
            "gambit_id": "013eb80f-1397-475c-89e8-7b2864bd868c",
            "last_updated": "2024-01-02T10:33:08.310682-05:00",
            "created_at": "2023-12-27T09:43:10.854812-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/623c16df-0380-4c10-a68d-30cf00693b9d/?format=api"
        },
        {
            "id": "cca36866-5603-46e7-ab87-01c954c3c8d2",
            "gambit_id": "6acfdd33-ec05-4dc5-8ebe-61881a64bf3c",
            "last_updated": "2024-01-02T10:33:08.307059-05:00",
            "created_at": "2023-12-27T09:43:10.850479-05:00",
            "name": "New Orleans Saints",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/623c16df-0380-4c10-a68d-30cf00693b9d/?format=api"
        }
    ]
}