GET /api/bet_types/bb137946-e7fb-4c3d-9751-757211fb8010/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb137946-e7fb-4c3d-9751-757211fb8010",
    "match": "https://api-prod.gambitprofit.com/api/matches/aff5e096-8680-4dd5-9897-b6b53e56e102/?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": "Carolina Hurricanes",
                "amount": 6345.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb75fc95-3307-4d05-8f3e-a92fe3f45c5a",
            "gambit_id": "ce329fb3-2c61-4ba4-b2e1-936130b0bb5b",
            "last_updated": "2022-11-05T09:42:55.674380-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb137946-e7fb-4c3d-9751-757211fb8010/?format=api"
        },
        {
            "id": "34528144-1cbf-405d-a048-7b1cc70b3dde",
            "gambit_id": "2b0369fc-b658-4bf8-8c0b-8462cecd9a8c",
            "last_updated": "2022-11-05T09:42:55.675318-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb137946-e7fb-4c3d-9751-757211fb8010/?format=api"
        }
    ]
}