GET /api/bet_types/096b44ef-be00-4748-bd6e-19faddd3ded0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "096b44ef-be00-4748-bd6e-19faddd3ded0",
    "match": "https://api-prod.gambitprofit.com/api/matches/006a6365-0841-466c-a2f0-14a3caefcb81/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:09.368783-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "06ec9ec1-efb6-42c5-84f5-d2c5395cab2e",
            "gambit_id": "0da09467-0708-42bf-abf5-d84640c5fd2f",
            "last_updated": "2023-04-10T14:52:07.032685-04:00",
            "created_at": "2023-04-09T09:27:09.374164-04:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/096b44ef-be00-4748-bd6e-19faddd3ded0/?format=api"
        },
        {
            "id": "e56d82a8-ba82-40cd-9865-630b3d9ae6df",
            "gambit_id": "93ed906a-616c-4f74-86ac-a2335dd31cbc",
            "last_updated": "2023-04-10T14:52:07.030232-04:00",
            "created_at": "2023-04-09T09:27:09.371226-04:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/096b44ef-be00-4748-bd6e-19faddd3ded0/?format=api"
        }
    ]
}