GET /api/bet_types/f7f85a4d-b6c7-410d-938f-166290f8eb66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7f85a4d-b6c7-410d-938f-166290f8eb66",
    "match": "https://api-prod.gambitprofit.com/api/matches/7daad6ba-bff5-439e-91a8-34436a9637a4/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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 England Patriots",
                "amount": 5000.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "49fb84b5-b2cb-4989-a96f-442ea7d1a131",
            "gambit_id": "9a1b9fcc-4e9a-403c-b958-67dd98267bdd",
            "last_updated": "2022-12-19T13:32:07.312471-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7f85a4d-b6c7-410d-938f-166290f8eb66/?format=api"
        },
        {
            "id": "fc50236f-3940-4330-9022-f0158576f314",
            "gambit_id": "ffa111de-949b-4797-a9c2-ba3d9ac9bfc1",
            "last_updated": "2022-12-19T13:32:07.311364-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7f85a4d-b6c7-410d-938f-166290f8eb66/?format=api"
        }
    ]
}