GET /api/bet_types/854eaa92-47b3-4ea3-b086-8744f864f0a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "854eaa92-47b3-4ea3-b086-8744f864f0a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd209132-2ea7-44eb-aa98-bb2b7f77f590/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:24.774793-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": "Pittsburgh Steelers",
                "amount": 5000.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a87b4597-5a5f-48c8-bdee-f316223df8b2",
            "gambit_id": "bc3fb296-b5d4-4a4b-97a1-f706ca3322f8",
            "last_updated": "2024-01-16T23:03:19.936188-05:00",
            "created_at": "2024-01-15T10:23:24.779167-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/854eaa92-47b3-4ea3-b086-8744f864f0a6/?format=api"
        },
        {
            "id": "26ab09a5-986b-46a6-a378-cf5e59d403d4",
            "gambit_id": "eddb9703-e4a0-4659-b2e3-d4328ed4a7ac",
            "last_updated": "2024-01-16T23:03:19.939608-05:00",
            "created_at": "2024-01-15T10:23:24.783642-05:00",
            "name": "Buffalo Bills",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/854eaa92-47b3-4ea3-b086-8744f864f0a6/?format=api"
        }
    ]
}