GET /api/bet_types/042e4149-5b90-41e1-8c92-6054a7610015/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "042e4149-5b90-41e1-8c92-6054a7610015",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac5db8e9-4486-46d4-a764-ddf0235aaa52/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-17T09:33:00.539905-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": "BOS (B Bello)",
                "amount": 5527.0
            },
            {
                "team": "NYY (C Schmidt)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "115cffb4-f71c-4a7c-b734-2dfaec4730ed",
            "gambit_id": "fbe51bc1-857f-4db2-8764-97a4c6552938",
            "last_updated": "2023-06-24T19:13:22.728206-04:00",
            "created_at": "2023-06-17T09:33:00.544457-04:00",
            "name": "BOS (B Bello)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/042e4149-5b90-41e1-8c92-6054a7610015/?format=api"
        },
        {
            "id": "1cb7afbd-cef1-42fa-95bb-a377da883a4a",
            "gambit_id": "71fb24ac-e4ed-415d-8e66-39158000009b",
            "last_updated": "2023-06-24T19:13:22.725674-04:00",
            "created_at": "2023-06-17T09:33:00.542296-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/042e4149-5b90-41e1-8c92-6054a7610015/?format=api"
        }
    ]
}