GET /api/bet_types/4732451b-f34c-4117-95c4-76c700208639/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4732451b-f34c-4117-95c4-76c700208639",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3001c7c-8496-4596-859a-10ac3f1059b9/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-13T09:38:12.056332-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": "New Jersey Devils",
                "amount": 5512.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "5bcea65c-6dbc-4633-a73f-5bba4519390d",
            "gambit_id": "8e8d5559-6b07-4168-a870-87e2246a8b3c",
            "last_updated": "2024-01-16T15:23:05.076117-05:00",
            "created_at": "2024-01-13T09:38:12.059828-05:00",
            "name": "New Jersey Devils",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4732451b-f34c-4117-95c4-76c700208639/?format=api"
        },
        {
            "id": "00cadea9-cef4-4887-9594-0a62144193c7",
            "gambit_id": "c7d62799-41e1-4ca4-8fc4-0a31ae74f241",
            "last_updated": "2024-01-16T15:23:05.079498-05:00",
            "created_at": "2024-01-13T09:38:12.064695-05:00",
            "name": "Florida Panthers",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4732451b-f34c-4117-95c4-76c700208639/?format=api"
        }
    ]
}