GET /api/bet_types/cdcd9e17-82d3-4e3b-a2ba-ec2516e24ec8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdcd9e17-82d3-4e3b-a2ba-ec2516e24ec8",
    "match": "https://api-prod.gambitprofit.com/api/matches/417352fe-933d-4447-832c-03cf88cd2d9d/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-08T09:02:57.017570-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "92d3a4c9-551c-4e22-a4de-4ff0bd9e88ba",
            "gambit_id": "6d80a62c-037a-4be6-b367-dffac229dfd0",
            "last_updated": "2024-01-10T10:03:15.868918-05:00",
            "created_at": "2024-01-08T09:02:57.021474-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdcd9e17-82d3-4e3b-a2ba-ec2516e24ec8/?format=api"
        },
        {
            "id": "202e5f15-a89d-4126-ba66-7d930e789992",
            "gambit_id": "59260785-b7f8-4520-822c-1d0c5fe6b708",
            "last_updated": "2024-01-10T10:03:15.872153-05:00",
            "created_at": "2024-01-08T09:02:57.025288-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdcd9e17-82d3-4e3b-a2ba-ec2516e24ec8/?format=api"
        }
    ]
}