GET /api/bet_types/9d794315-f922-472e-9f49-1d8eb6ab1871/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d794315-f922-472e-9f49-1d8eb6ab1871",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4edd80a-9773-4347-b38f-a5e781bea19c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-20T08:33:20.451476-04: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": "SEA (G Kirby)",
                "amount": 5065.0
            },
            {
                "team": "NYY (G Cole)",
                "amount": 4935.0
            }
        ],
        "expected_reward_tokens": 9572.85,
        "profit_sb": 72.85,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "c33da9ec-5ec6-4e76-ad03-ecd57cae5d48",
            "gambit_id": "911f9b9b-fb78-4241-9819-aa34afe4e622",
            "last_updated": "2023-06-22T10:33:12.516748-04:00",
            "created_at": "2023-06-20T08:33:20.455100-04:00",
            "name": "SEA (G Kirby)",
            "reward": "1.89000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d794315-f922-472e-9f49-1d8eb6ab1871/?format=api"
        },
        {
            "id": "08965acb-4315-4f12-a0f7-84ad334752ea",
            "gambit_id": "df16849a-58d5-4220-82d4-5db974ab1650",
            "last_updated": "2023-06-22T10:33:12.518689-04:00",
            "created_at": "2023-06-20T08:33:20.459031-04:00",
            "name": "NYY (G Cole)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d794315-f922-472e-9f49-1d8eb6ab1871/?format=api"
        }
    ]
}