GET /api/bet_types/9a96d970-c3a3-4d40-9911-6fc062d7214c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a96d970-c3a3-4d40-9911-6fc062d7214c",
    "match": "https://api-prod.gambitprofit.com/api/matches/62a47b84-3791-4c50-bd2b-fb556fdd4f61/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:52:12.852335-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": "Ottawa Senators",
                "amount": 6771.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3229.0
            }
        ],
        "expected_reward_tokens": 9073.14,
        "profit_sb": 73.14,
        "profit_sb_percentage": 0.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc7b159b-553a-4210-90f8-65581519d4d0",
            "gambit_id": "f852a529-88f6-441a-b59c-a9737ceb10e4",
            "last_updated": "2023-01-17T11:22:14.132913-05:00",
            "created_at": "2023-01-16T09:52:12.858213-05:00",
            "name": "Ottawa Senators",
            "reward": "1.34000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a96d970-c3a3-4d40-9911-6fc062d7214c/?format=api"
        },
        {
            "id": "132656e9-5346-43bc-8688-6705ec3e3f01",
            "gambit_id": "31eb2340-b0cc-4209-a5fe-302f2a19c590",
            "last_updated": "2023-01-17T11:22:14.131801-05:00",
            "created_at": "2023-01-16T09:52:12.855224-05:00",
            "name": "St Louis Blues",
            "reward": "2.81000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a96d970-c3a3-4d40-9911-6fc062d7214c/?format=api"
        }
    ]
}