GET /api/bet_types/1ba2afd8-a54a-49bf-993b-381837bc6d13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ba2afd8-a54a-49bf-993b-381837bc6d13",
    "match": "https://api-prod.gambitprofit.com/api/matches/927fadff-a61f-4d74-870c-98a390047e50/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-07T11:57:11.601007-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": "Florida Panthers",
                "amount": 6603.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "aaf517d3-0f9c-490e-b68b-866e454a9dcb",
            "gambit_id": "bf720d90-cd37-4e71-9b4b-9cef7af262bf",
            "last_updated": "2023-05-08T11:47:08.481236-04:00",
            "created_at": "2023-05-07T11:57:11.602300-04:00",
            "name": "Florida Panthers",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ba2afd8-a54a-49bf-993b-381837bc6d13/?format=api"
        },
        {
            "id": "4aabc5b4-39ee-44cf-922e-429149d9a1ff",
            "gambit_id": "686404c7-6ba8-4fa6-93e8-1e0515962fe6",
            "last_updated": "2023-05-08T11:47:08.482893-04:00",
            "created_at": "2023-05-07T11:57:11.603611-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ba2afd8-a54a-49bf-993b-381837bc6d13/?format=api"
        }
    ]
}