GET /api/bet_types/e15a7057-a310-4782-abfd-da9829feb84a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e15a7057-a310-4782-abfd-da9829feb84a",
    "match": "https://api-prod.gambitprofit.com/api/matches/18ad44cc-8567-4d1c-8a93-c75ba07908e5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-17T09:23:18.325506-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": "Florida Panthers",
                "amount": 6222.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "755082d7-026b-47fa-b3a0-9a45b4bec9aa",
            "gambit_id": "ee5d26fb-44f0-4628-8f6b-689591969773",
            "last_updated": "2023-11-18T18:03:24.172703-05:00",
            "created_at": "2023-11-17T09:23:18.330921-05:00",
            "name": "Florida Panthers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e15a7057-a310-4782-abfd-da9829feb84a/?format=api"
        },
        {
            "id": "a246d01d-eee9-4ecb-8644-ef09c2095b97",
            "gambit_id": "54a3a188-04d9-4153-91c8-2cb25c60ef90",
            "last_updated": "2023-11-18T18:03:24.179203-05:00",
            "created_at": "2023-11-17T09:23:18.335912-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e15a7057-a310-4782-abfd-da9829feb84a/?format=api"
        }
    ]
}