GET /api/bet_types/55702358-71d0-46f7-8a63-91ca00f5cf29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55702358-71d0-46f7-8a63-91ca00f5cf29",
    "match": "https://api-prod.gambitprofit.com/api/matches/33b77164-65d6-4c6a-abd4-9b8267c371ef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-24T09:42:07.107382-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d2ad5f2-c60d-4a1d-80b7-d2568ed84c8a",
            "gambit_id": "2f172d70-a21a-4b3f-9adb-042d0d20df57",
            "last_updated": "2023-03-26T13:37:06.372578-04:00",
            "created_at": "2023-03-24T09:42:07.109107-04:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55702358-71d0-46f7-8a63-91ca00f5cf29/?format=api"
        },
        {
            "id": "ac93b318-d729-481b-8996-dc52f35896cc",
            "gambit_id": "ad8612ed-baa8-4aed-b07e-2ad37dbf023f",
            "last_updated": "2023-03-26T13:37:06.375211-04:00",
            "created_at": "2023-03-24T09:42:07.111252-04:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55702358-71d0-46f7-8a63-91ca00f5cf29/?format=api"
        }
    ]
}