GET /api/bet_types/2a3e2907-a348-4f72-86e0-77438575edf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a3e2907-a348-4f72-86e0-77438575edf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/919f72d8-9d23-4264-9a00-8c10efd4996b/?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": "Boston Bruins",
                "amount": 6336.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf49bf36-dfe5-4699-ab82-15a2c948e82e",
            "gambit_id": "6bda635c-1fd8-44ff-b125-de8f3b6849b4",
            "last_updated": "2022-12-06T11:31:57.408266-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a3e2907-a348-4f72-86e0-77438575edf8/?format=api"
        },
        {
            "id": "b6c45311-0b73-4ddd-abe9-6fb051be1965",
            "gambit_id": "40fe68c6-19fb-4c2a-b071-475d706cf10d",
            "last_updated": "2022-12-06T11:31:57.409232-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a3e2907-a348-4f72-86e0-77438575edf8/?format=api"
        }
    ]
}