GET /api/bet_types/c4becff6-1f23-4bf0-824d-589405b0bbd4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4becff6-1f23-4bf0-824d-589405b0bbd4",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e307f63-4616-4545-afbf-fa5e58397784/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-20T08:33:12.520381-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": 5325.0
            },
            {
                "team": "MIN (P Lopez)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "084682c3-6b9d-42a4-9d4f-378f1120d394",
            "gambit_id": "c3ed2a02-9302-4642-af2f-364b963c83a1",
            "last_updated": "2023-07-22T09:42:59.972129-04:00",
            "created_at": "2023-07-20T08:33:12.523427-04:00",
            "name": "SEA (G Kirby)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4becff6-1f23-4bf0-824d-589405b0bbd4/?format=api"
        },
        {
            "id": "04da6694-edc0-4191-b64e-bca08a301303",
            "gambit_id": "f5e4affb-8d8c-466f-9073-b70d661b129d",
            "last_updated": "2023-07-22T09:42:59.967914-04:00",
            "created_at": "2023-07-20T08:33:12.521876-04:00",
            "name": "MIN (P Lopez)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4becff6-1f23-4bf0-824d-589405b0bbd4/?format=api"
        }
    ]
}