GET /api/bet_types/3fbe8eaa-6056-4b04-83d3-081a18ab0db4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fbe8eaa-6056-4b04-83d3-081a18ab0db4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c313cb3c-83f9-460c-ad0c-d9a274d776b0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-06T09:23:24.095737-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": "Boston Bruins",
                "amount": 5857.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "865be5e3-0287-4bba-87e1-3c9a35377266",
            "gambit_id": "1b1b2bd1-62df-4e93-8948-4dcea6932129",
            "last_updated": "2024-01-09T10:18:16.145194-05:00",
            "created_at": "2024-01-06T09:23:24.106539-05:00",
            "name": "Boston Bruins",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fbe8eaa-6056-4b04-83d3-081a18ab0db4/?format=api"
        },
        {
            "id": "71d4838d-f8d1-457d-a2bd-81c6fff0cc3a",
            "gambit_id": "f3d233c7-be9d-49bd-bcce-8ad839d48c90",
            "last_updated": "2024-01-09T10:18:16.139783-05:00",
            "created_at": "2024-01-06T09:23:24.101559-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fbe8eaa-6056-4b04-83d3-081a18ab0db4/?format=api"
        }
    ]
}