GET /api/bet_types/4543ab59-07f1-4929-b89b-c38161fe4d20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4543ab59-07f1-4929-b89b-c38161fe4d20",
    "match": "https://api-prod.gambitprofit.com/api/matches/5734463e-b794-4b47-9bd6-fa1da2953823/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-16T09:52:56.875236-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": 5861.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b3a2829-30e9-4fe9-9560-b607e4d58943",
            "gambit_id": "51e34b4b-7e85-4513-b489-383f8bee7784",
            "last_updated": "2023-10-17T10:18:10.788375-04:00",
            "created_at": "2023-10-16T09:52:56.880018-04:00",
            "name": "Florida Panthers",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4543ab59-07f1-4929-b89b-c38161fe4d20/?format=api"
        },
        {
            "id": "e5935ca4-fa45-44c3-854a-f38c0919e67a",
            "gambit_id": "8105c2ee-603c-4636-9e79-6435b9e38000",
            "last_updated": "2023-10-17T10:18:10.791737-04:00",
            "created_at": "2023-10-16T09:52:56.885632-04:00",
            "name": "New Jersey Devils",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4543ab59-07f1-4929-b89b-c38161fe4d20/?format=api"
        }
    ]
}