GET /api/bet_types/92a3202d-ac2c-43ca-b043-9acacd935bbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92a3202d-ac2c-43ca-b043-9acacd935bbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/ece7479f-9755-4c23-9f4a-50384bb4019c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-07T09:46:53.268214-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": "St Louis Battlehawks",
                "amount": 5000.0
            },
            {
                "team": "Arlington Renegades",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "de3c33ee-5196-4e04-881f-0010df8781c6",
            "gambit_id": "01897f17-74c6-4533-9b1c-b9400cfbbecb",
            "last_updated": "2023-03-13T19:22:11.067763-04:00",
            "created_at": "2023-03-07T09:46:53.269429-05:00",
            "name": "St Louis Battlehawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92a3202d-ac2c-43ca-b043-9acacd935bbc/?format=api"
        },
        {
            "id": "23b536c3-bd6d-470e-8ea6-4b08103e0269",
            "gambit_id": "db684d18-f825-4e3a-a1d6-29d47fd7f38e",
            "last_updated": "2023-03-13T19:22:11.069064-04:00",
            "created_at": "2023-03-07T09:46:53.271014-05:00",
            "name": "Arlington Renegades",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92a3202d-ac2c-43ca-b043-9acacd935bbc/?format=api"
        }
    ]
}