GET /api/bet_types/ab93fb43-d7e1-449d-804c-debaa8a2aa5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab93fb43-d7e1-449d-804c-debaa8a2aa5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0b2664d-4812-423f-a47f-229b4b16b186/?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": "Winnipeg Jets",
                "amount": 5399.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "1e1f18ef-6c8e-4c23-a306-7adc33ca9679",
            "gambit_id": "f13d6f20-fbbc-4d4c-b824-d7a160de6d7f",
            "last_updated": "2022-12-19T10:37:30.118688-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab93fb43-d7e1-449d-804c-debaa8a2aa5e/?format=api"
        },
        {
            "id": "94e2df3c-c61c-4ed1-932f-3a3501b8c6d8",
            "gambit_id": "8fcec75e-ff83-40b9-9ed8-91f08036542d",
            "last_updated": "2022-12-19T10:37:30.117656-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab93fb43-d7e1-449d-804c-debaa8a2aa5e/?format=api"
        }
    ]
}