GET /api/bet_types/82381b57-5797-4339-a1ce-9b375efedcc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82381b57-5797-4339-a1ce-9b375efedcc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dfefe5d-05a3-4287-86a5-c6b8ded62898/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-09T09:47:57.285403-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": "Minnesota Wild",
                "amount": 6849.0
            },
            {
                "team": "New York Rangers",
                "amount": 3151.0
            }
        ],
        "expected_reward_tokens": 9451.62,
        "profit_sb": -48.38,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "22868903-76d7-4ec5-822b-e74fcd1eab4c",
            "gambit_id": "f49778bb-5bef-432a-990d-3e113dbd2106",
            "last_updated": "2023-11-12T11:13:42.749566-05:00",
            "created_at": "2023-11-09T09:47:57.289069-05:00",
            "name": "Minnesota Wild",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82381b57-5797-4339-a1ce-9b375efedcc7/?format=api"
        },
        {
            "id": "6d6bdd2a-0e03-4256-a1f3-e7e29297e38e",
            "gambit_id": "119beafa-9dda-457e-aee7-c0a9360007dd",
            "last_updated": "2023-11-12T11:13:42.752840-05:00",
            "created_at": "2023-11-09T09:47:57.293461-05:00",
            "name": "New York Rangers",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82381b57-5797-4339-a1ce-9b375efedcc7/?format=api"
        }
    ]
}