GET /api/bet_types/33356d1f-bd94-4570-8d70-1080d9c9e6e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33356d1f-bd94-4570-8d70-1080d9c9e6e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/4264d68f-7659-46d6-84af-06859b3f449d/?format=api",
    "name": "Play the Odds",
    "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": "Detroit Red Wings",
                "amount": 6389.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "a32b08fe-f24e-45ab-be60-fd3041597dbc",
            "gambit_id": "a2959938-82dd-47d1-89c9-eabc3b51aa8a",
            "last_updated": "2022-12-05T11:37:10.376479-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33356d1f-bd94-4570-8d70-1080d9c9e6e7/?format=api"
        },
        {
            "id": "2de455ae-8b43-4027-adc5-5f315094150b",
            "gambit_id": "b16c5325-5d7c-492b-8426-61167452420c",
            "last_updated": "2022-12-05T11:37:10.377473-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33356d1f-bd94-4570-8d70-1080d9c9e6e7/?format=api"
        }
    ]
}