GET /api/bet_types/948b1c61-c65e-488f-9641-e370ecf24f7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "948b1c61-c65e-488f-9641-e370ecf24f7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/18ce40e6-e7cb-4917-93ea-7fa7ef7da465/?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": "Florida Panthers",
                "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": "21538c28-c2f7-4f88-a2c0-251fb4bf3657",
            "gambit_id": "48cbc460-31ec-4f07-b421-0121af344a6c",
            "last_updated": "2022-12-03T10:17:34.194903-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/948b1c61-c65e-488f-9641-e370ecf24f7d/?format=api"
        },
        {
            "id": "4aac7e7e-dcfc-4af0-a7bd-e8b9838f3758",
            "gambit_id": "973eca27-293a-4ade-9a7c-414ffdec1659",
            "last_updated": "2022-12-03T10:17:34.193836-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/948b1c61-c65e-488f-9641-e370ecf24f7d/?format=api"
        }
    ]
}