GET /api/bet_types/bd6e6dd3-dd94-4eff-abe0-fe2e5bd1e469/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd6e6dd3-dd94-4eff-abe0-fe2e5bd1e469",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfdd7f5e-5c9e-4e1e-b358-f3355f729eae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-06T11:51:56.349661-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": "CIN (N Lodolo)",
                "amount": 5375.0
            },
            {
                "team": "CWS (M Clevinger)",
                "amount": 4625.0
            }
        ],
        "expected_reward_tokens": 9620.0,
        "profit_sb": 120.0,
        "profit_sb_percentage": 1.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "512c3335-de2b-4455-a93d-5b236b3d1b6b",
            "gambit_id": "d78d9a1b-8f03-44e8-90f7-d7dee25840f6",
            "last_updated": "2023-05-07T11:57:18.248585-04:00",
            "created_at": "2023-05-06T11:51:56.351246-04:00",
            "name": "CIN (N Lodolo)",
            "reward": "1.79000",
            "odds": "1.81970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd6e6dd3-dd94-4eff-abe0-fe2e5bd1e469/?format=api"
        },
        {
            "id": "90129435-aca4-4921-9047-b1e7a11de581",
            "gambit_id": "d5d94d19-b884-4d18-adfc-0fab96d5263e",
            "last_updated": "2023-05-07T11:57:18.250906-04:00",
            "created_at": "2023-05-06T11:51:56.352778-04:00",
            "name": "CWS (M Clevinger)",
            "reward": "2.08000",
            "odds": "2.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd6e6dd3-dd94-4eff-abe0-fe2e5bd1e469/?format=api"
        }
    ]
}