GET /api/bet_types/55d6ab85-c69e-499f-abeb-5031f5e0a35a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55d6ab85-c69e-499f-abeb-5031f5e0a35a",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbdbb090-d9bd-498d-af1d-fd3d4cd6fcee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:06.832919-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": "New Orleans Saints",
                "amount": 5000.0
            },
            {
                "team": "Detroit Lions",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f26da886-a15d-4e1d-834d-47d423f5ea4c",
            "gambit_id": "f1b29d45-9d7e-4934-9c27-b75c7c05e811",
            "last_updated": "2023-12-04T21:03:10.734958-05:00",
            "created_at": "2023-11-30T10:28:06.842124-05:00",
            "name": "New Orleans Saints",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55d6ab85-c69e-499f-abeb-5031f5e0a35a/?format=api"
        },
        {
            "id": "cbeecc18-97ca-44bf-bb97-3c78c311964f",
            "gambit_id": "4a4c5471-6664-4b8f-88ac-b464f4848d34",
            "last_updated": "2023-12-04T21:03:10.731459-05:00",
            "created_at": "2023-11-30T10:28:06.837992-05:00",
            "name": "Detroit Lions",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55d6ab85-c69e-499f-abeb-5031f5e0a35a/?format=api"
        }
    ]
}