GET /api/bet_types/43d40a38-9800-4c5a-8749-d4677844bb5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43d40a38-9800-4c5a-8749-d4677844bb5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cd1ce81-334a-44a3-a235-58c7610022d8/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "HOU (L Garcia)",
                "amount": 5517.0
            },
            {
                "team": "CWS (L Giolito)",
                "amount": 4483.0
            }
        ],
        "expected_reward_tokens": 9323.73,
        "profit_sb": 323.73,
        "profit_sb_percentage": 3.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "5fd4a196-874a-44cb-8b6f-e2f386472b5b",
            "gambit_id": "1ddac6a2-3cb2-4da8-8d0b-2ad23c9573ad",
            "last_updated": "2022-08-19T09:51:52.139446-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (L Garcia)",
            "reward": "1.69000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43d40a38-9800-4c5a-8749-d4677844bb5e/?format=api"
        },
        {
            "id": "7613c12d-99d6-4112-9347-8c2f60b377a8",
            "gambit_id": "b6e6fbae-d4e0-448b-b6a5-dbe331fae197",
            "last_updated": "2022-08-19T09:51:52.138982-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (L Giolito)",
            "reward": "2.08000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43d40a38-9800-4c5a-8749-d4677844bb5e/?format=api"
        }
    ]
}