GET /api/bet_types/d5fb9e77-0edc-4fb0-b6a9-8389f2dc9e04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5fb9e77-0edc-4fb0-b6a9-8389f2dc9e04",
    "match": "https://api-prod.gambitprofit.com/api/matches/c42e9d38-421a-48ad-b3f7-11376e708abb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-27T08:43:23.935426-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": "CLE (G Williams)",
                "amount": 5711.0
            },
            {
                "team": "KAN (B Singer)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "223bc2c6-8f8a-4924-b85e-646fb1996da1",
            "gambit_id": "7576fb9b-74fe-402d-9928-e201e74a06c9",
            "last_updated": "2023-06-28T10:23:24.455544-04:00",
            "created_at": "2023-06-27T08:43:23.938198-04:00",
            "name": "CLE (G Williams)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5fb9e77-0edc-4fb0-b6a9-8389f2dc9e04/?format=api"
        },
        {
            "id": "d4a49cd1-6afb-4e9e-87f4-eecd580ab334",
            "gambit_id": "22b3af9b-16a0-40b4-b274-ad6b0e9c40dc",
            "last_updated": "2023-06-28T10:23:24.457454-04:00",
            "created_at": "2023-06-27T08:43:23.940867-04:00",
            "name": "KAN (B Singer)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5fb9e77-0edc-4fb0-b6a9-8389f2dc9e04/?format=api"
        }
    ]
}