GET /api/bet_types/8c2e6402-442e-4fb6-a308-042170d2aa77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c2e6402-442e-4fb6-a308-042170d2aa77",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddf72d05-75ed-4d58-86ea-5213b84c9d05/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-17T09:28:11.574698-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": "Chicago Blackhawks",
                "amount": 5000.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d119dba-a62f-4655-ad62-ba720bedcebd",
            "gambit_id": "cce19a92-6934-408a-abf4-d50445e48a69",
            "last_updated": "2024-01-19T12:08:15.816376-05:00",
            "created_at": "2024-01-17T09:28:11.580414-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c2e6402-442e-4fb6-a308-042170d2aa77/?format=api"
        },
        {
            "id": "5f07b8ab-ad6b-4606-a307-295a85a12428",
            "gambit_id": "8e44d19d-9bc8-4aa9-bc16-dfa77fd8103c",
            "last_updated": "2024-01-19T12:08:15.819500-05:00",
            "created_at": "2024-01-17T09:28:11.585904-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c2e6402-442e-4fb6-a308-042170d2aa77/?format=api"
        }
    ]
}