GET /api/bet_types/f77cec7b-8dae-4e70-b3a0-fd7e18d4680d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f77cec7b-8dae-4e70-b3a0-fd7e18d4680d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a94c384-0433-4cb0-9f8e-41c8a6bed9dd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:10.922896-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": "STL",
                "amount": 5699.0
            },
            {
                "team": "MIL",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "49bdf9df-97e5-42ae-ac28-217b599e370a",
            "gambit_id": "631146df-2d32-4b69-ad29-d54ca97df38f",
            "last_updated": "2023-04-10T14:27:27.604130-04:00",
            "created_at": "2023-04-09T09:27:10.928800-04:00",
            "name": "STL",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f77cec7b-8dae-4e70-b3a0-fd7e18d4680d/?format=api"
        },
        {
            "id": "1d4d9fc6-e039-4d5f-8a2a-760a7c84367f",
            "gambit_id": "de9e4ccc-8514-4d9b-970f-6ff4f74915ae",
            "last_updated": "2023-04-10T14:27:27.601611-04:00",
            "created_at": "2023-04-09T09:27:10.926208-04:00",
            "name": "MIL",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f77cec7b-8dae-4e70-b3a0-fd7e18d4680d/?format=api"
        }
    ]
}