GET /api/bet_types/d6104a3e-2c6c-4c2a-b2fd-93f623000c79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6104a3e-2c6c-4c2a-b2fd-93f623000c79",
    "match": "https://api-prod.gambitprofit.com/api/matches/647ce176-0a96-4792-aa8a-656e55c99f32/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-03T09:56:53.250723-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": 5939.0
            },
            {
                "team": "ATL",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "b8bd8200-7d4a-4c49-90e0-256db52ecaf9",
            "gambit_id": "11d8c1ff-c156-4053-b765-097a6a813a87",
            "last_updated": "2023-04-04T19:22:02.139506-04:00",
            "created_at": "2023-04-03T09:56:53.251949-04:00",
            "name": "STL",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6104a3e-2c6c-4c2a-b2fd-93f623000c79/?format=api"
        },
        {
            "id": "95b484f1-c761-4661-bd53-0724b5197617",
            "gambit_id": "246b5932-807c-4aa0-ba4e-557262b9a5ca",
            "last_updated": "2023-04-04T19:22:02.140716-04:00",
            "created_at": "2023-04-03T09:56:53.253168-04:00",
            "name": "ATL",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6104a3e-2c6c-4c2a-b2fd-93f623000c79/?format=api"
        }
    ]
}