GET /api/bet_types/73531f68-21fc-4933-867c-b10b32d41aa5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73531f68-21fc-4933-867c-b10b32d41aa5",
    "match": "https://api-prod.gambitprofit.com/api/matches/5aa1764d-8322-48f7-81ff-59dff09926a8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-17T09:31:51.908902-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": "Toronto Maple Leafs",
                "amount": 5213.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "05234fc0-c5b7-46cf-818c-4e5eee0ce007",
            "gambit_id": "2ac19a9f-c520-4a5a-a7a8-31577eb0cabe",
            "last_updated": "2023-03-18T14:52:12.284925-04:00",
            "created_at": "2023-03-17T09:31:51.909965-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73531f68-21fc-4933-867c-b10b32d41aa5/?format=api"
        },
        {
            "id": "4b2043d6-c8a2-4477-b864-85679e1b82f6",
            "gambit_id": "633798d0-ed41-41a4-acc2-8abe3a2724fb",
            "last_updated": "2023-03-18T14:52:12.286413-04:00",
            "created_at": "2023-03-17T09:31:51.911070-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73531f68-21fc-4933-867c-b10b32d41aa5/?format=api"
        }
    ]
}