GET /api/bet_types/9e4d63ef-95ea-4c80-b48b-5e91b1d8746b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e4d63ef-95ea-4c80-b48b-5e91b1d8746b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5407e53d-7212-44de-a436-47ac0c446e86/?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": "Anaheim Ducks",
                "amount": 5097.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "108e62b5-007f-4b42-9d13-12b243bee8f7",
            "gambit_id": "dddce59f-6f93-43bc-b279-6b746c9069e2",
            "last_updated": "2022-12-05T15:52:13.058338-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e4d63ef-95ea-4c80-b48b-5e91b1d8746b/?format=api"
        },
        {
            "id": "31ffb428-743f-4491-83b7-14cf88fdfb16",
            "gambit_id": "5e9a0256-2bad-49f5-bae0-6db18d48fe55",
            "last_updated": "2022-12-05T15:52:13.057336-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e4d63ef-95ea-4c80-b48b-5e91b1d8746b/?format=api"
        }
    ]
}