GET /api/bet_types/5b29a0c5-e89b-4403-9b25-5a3432de0428/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b29a0c5-e89b-4403-9b25-5a3432de0428",
    "match": "https://api-prod.gambitprofit.com/api/matches/17a9360f-64ac-459c-8d84-75d288a02d48/?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": "Vancouver Canucks",
                "amount": 6042.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "ce0a70bd-e572-46ba-9507-b9db210fc7ee",
            "gambit_id": "5d14b403-94ea-458b-9ad6-b1a9b989a3d4",
            "last_updated": "2022-11-04T09:12:35.345746-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b29a0c5-e89b-4403-9b25-5a3432de0428/?format=api"
        },
        {
            "id": "9fb1a7a0-1cf7-4f5b-a8cc-c54c70a7c78e",
            "gambit_id": "5213d240-a69b-47bc-9a4a-e7b04b98b2d2",
            "last_updated": "2022-11-04T09:12:35.346658-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b29a0c5-e89b-4403-9b25-5a3432de0428/?format=api"
        }
    ]
}