GET /api/bet_types/e10e191d-d5bc-47da-b0be-aa72ad657ab4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e10e191d-d5bc-47da-b0be-aa72ad657ab4",
    "match": "https://api-prod.gambitprofit.com/api/matches/857733c0-5ee0-43f3-adf9-25823d348466/?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": "San Francisco 49ers",
                "amount": 7550.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 2450.0
            }
        ],
        "expected_reward_tokens": 9211.0,
        "profit_sb": 211.0,
        "profit_sb_percentage": 2.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "86167a65-4dc0-47f1-8a60-190906356b10",
            "gambit_id": "2766bbed-f808-4b9d-99e5-56647d86ea6e",
            "last_updated": "2022-11-28T11:41:58.736746-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e10e191d-d5bc-47da-b0be-aa72ad657ab4/?format=api"
        },
        {
            "id": "e6f0b91d-6f4f-421d-a413-c652b71c8c69",
            "gambit_id": "cdbccb9c-4c5a-4497-9b96-1faa6cbedf5f",
            "last_updated": "2022-11-28T11:41:58.737715-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "3.76000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e10e191d-d5bc-47da-b0be-aa72ad657ab4/?format=api"
        }
    ]
}