GET /api/bet_types/56c7b458-167b-4b04-8db0-f731430894a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56c7b458-167b-4b04-8db0-f731430894a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/68235a39-4fd8-4e7d-a21d-51a16f85fccf/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:17.075594-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": "Arizona Coyotes",
                "amount": 5577.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4423.0
            }
        ],
        "expected_reward_tokens": 8978.69,
        "profit_sb": -21.31,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "83361b35-9922-4b39-8b79-35fa0141ac17",
            "gambit_id": "87b703b4-08da-48c8-8b7e-167548eec24b",
            "last_updated": "2022-12-28T21:42:14.341070-05:00",
            "created_at": "2022-12-27T08:57:17.076839-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.61000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56c7b458-167b-4b04-8db0-f731430894a5/?format=api"
        },
        {
            "id": "4262da33-47d0-4b7a-a0dc-8c23cca1246f",
            "gambit_id": "60897041-9825-4041-83eb-5902524c752c",
            "last_updated": "2022-12-28T21:42:14.342202-05:00",
            "created_at": "2022-12-27T08:57:17.078156-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56c7b458-167b-4b04-8db0-f731430894a5/?format=api"
        }
    ]
}