GET /api/bet_types/f82a12b8-319e-40b0-a6a7-c9f95b5774d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f82a12b8-319e-40b0-a6a7-c9f95b5774d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/66680962-64fb-4f91-b790-944ff2499d2a/?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": "Ottawa Senators",
                "amount": 6256.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "54747e2b-01c4-450b-89cd-9258b6bb6a41",
            "gambit_id": "68ff591b-f05b-432b-a8b6-786c33ec3596",
            "last_updated": "2022-11-28T14:02:14.652062-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f82a12b8-319e-40b0-a6a7-c9f95b5774d5/?format=api"
        },
        {
            "id": "87b950bd-df8b-449b-aa64-ec9cc7cad0d7",
            "gambit_id": "29ce564e-eaf8-4e93-aed8-bb1a879de9e5",
            "last_updated": "2022-11-28T14:02:14.651040-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f82a12b8-319e-40b0-a6a7-c9f95b5774d5/?format=api"
        }
    ]
}