GET /api/bet_types/a378f7d4-8dc6-45fe-a373-39933e5b92b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a378f7d4-8dc6-45fe-a373-39933e5b92b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fb5a58b-69cf-459c-9178-4c97f82124fb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-09T08:48:14.241558-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": "Washington Capitals",
                "amount": 6020.0
            },
            {
                "team": "New York Rangers",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "82bc7c35-d5dd-4efe-aba8-fb0674b64222",
            "gambit_id": "be6f287c-b060-42aa-8b01-5ca177a6bd72",
            "last_updated": "2023-12-11T11:33:04.227370-05:00",
            "created_at": "2023-12-09T08:48:14.249550-05:00",
            "name": "Washington Capitals",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a378f7d4-8dc6-45fe-a373-39933e5b92b8/?format=api"
        },
        {
            "id": "18a26fae-7654-4b52-b1c6-af2dea033ece",
            "gambit_id": "4b401450-7f89-43c9-ba6c-df8d00d9b0e9",
            "last_updated": "2023-12-11T11:33:04.224147-05:00",
            "created_at": "2023-12-09T08:48:14.245517-05:00",
            "name": "New York Rangers",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a378f7d4-8dc6-45fe-a373-39933e5b92b8/?format=api"
        }
    ]
}