GET /api/bet_types/6c1d1d5b-07ba-4e4e-9efa-5fc6a8a2d69d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c1d1d5b-07ba-4e4e-9efa-5fc6a8a2d69d",
    "match": "https://api-prod.gambitprofit.com/api/matches/77e1f7ed-5f25-40b4-959c-2107ca856902/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-19T09:52:15.279585-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": "Toronto Maple Leafs",
                "amount": 5419.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "0838ce54-6eb0-4438-bf94-752ec2d1c78d",
            "gambit_id": "37ece204-6359-4b5f-aff9-7a4356daade5",
            "last_updated": "2023-02-20T09:46:56.268750-05:00",
            "created_at": "2023-02-19T09:52:15.282070-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c1d1d5b-07ba-4e4e-9efa-5fc6a8a2d69d/?format=api"
        },
        {
            "id": "d59b78fb-7cee-4124-8bc6-84ce473c6cb4",
            "gambit_id": "cb175b93-9b58-4ec4-a2a3-5146e68ddcb6",
            "last_updated": "2023-02-20T09:46:56.267518-05:00",
            "created_at": "2023-02-19T09:52:15.280783-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c1d1d5b-07ba-4e4e-9efa-5fc6a8a2d69d/?format=api"
        }
    ]
}