GET /api/bet_types/5ba46682-5f87-4e6a-8276-46d129bf1fd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ba46682-5f87-4e6a-8276-46d129bf1fd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5b2285c-1b80-4834-9ff7-5e61ccb4bf5c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-22T08:52:02.006491-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": "Winnipeg Jets",
                "amount": 5106.0
            },
            {
                "team": "New York Islanders",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca4dacdc-2c1c-409b-8c06-97f262253a3d",
            "gambit_id": "bb5b8882-822f-49e9-8f23-46987a167940",
            "last_updated": "2023-02-23T09:26:55.467426-05:00",
            "created_at": "2023-02-22T08:52:02.009155-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ba46682-5f87-4e6a-8276-46d129bf1fd5/?format=api"
        },
        {
            "id": "3bc00eea-2d44-403c-a57d-39835cad7fdf",
            "gambit_id": "b360183e-6fe1-4d7a-ac2a-55c6e21e2184",
            "last_updated": "2023-02-23T09:26:55.466324-05:00",
            "created_at": "2023-02-22T08:52:02.007797-05:00",
            "name": "New York Islanders",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ba46682-5f87-4e6a-8276-46d129bf1fd5/?format=api"
        }
    ]
}