GET /api/bet_types/325b323d-15ef-45f6-b7dd-9c25d5797c49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "325b323d-15ef-45f6-b7dd-9c25d5797c49",
    "match": "https://api-prod.gambitprofit.com/api/matches/7063ef84-da03-494e-b7e3-1a567def0d5c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-23T12:41:48.745495-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": "Minnesota Wild",
                "amount": 5107.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "32947336-7c10-4a15-9f5e-17a90accda88",
            "gambit_id": "9a5e3f4d-52fc-4f30-a69f-564fa0c1813a",
            "last_updated": "2023-04-24T13:02:14.045612-04:00",
            "created_at": "2023-04-23T12:41:48.747059-04:00",
            "name": "Minnesota Wild",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/325b323d-15ef-45f6-b7dd-9c25d5797c49/?format=api"
        },
        {
            "id": "8b8854c7-24bf-4f32-aa54-5b7f81c20db2",
            "gambit_id": "7ed3f670-b97b-406c-a095-e243910d315e",
            "last_updated": "2023-04-24T13:02:14.048226-04:00",
            "created_at": "2023-04-23T12:41:48.748717-04:00",
            "name": "Dallas Stars",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/325b323d-15ef-45f6-b7dd-9c25d5797c49/?format=api"
        }
    ]
}