GET /api/bet_types/b8d36201-70ce-4ec1-a0b0-07018c89ed64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8d36201-70ce-4ec1-a0b0-07018c89ed64",
    "match": "https://api-prod.gambitprofit.com/api/matches/15b21658-246a-4054-8585-c7c13841ddc5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-19T12:17:09.307624-04: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": "Florida Panthers",
                "amount": 5699.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8a0849e-f36b-4298-a3e3-586caf5ecae6",
            "gambit_id": "ca96daa2-3619-4790-afee-8628939da424",
            "last_updated": "2023-04-21T22:26:58.736400-04:00",
            "created_at": "2023-04-19T12:17:09.311508-04:00",
            "name": "Florida Panthers",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8d36201-70ce-4ec1-a0b0-07018c89ed64/?format=api"
        },
        {
            "id": "d0e05a85-e636-4bd5-9514-326453fdac67",
            "gambit_id": "0f403d3b-821c-4f63-99c8-cc6bedbecaa9",
            "last_updated": "2023-04-21T22:26:58.734884-04:00",
            "created_at": "2023-04-19T12:17:09.309329-04:00",
            "name": "Boston Bruins",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8d36201-70ce-4ec1-a0b0-07018c89ed64/?format=api"
        }
    ]
}