GET /api/bet_types/9fabab22-f7b8-4ccd-904e-e02275567013/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fabab22-f7b8-4ccd-904e-e02275567013",
    "match": "https://api-prod.gambitprofit.com/api/matches/72a3daa7-0a38-49e3-ba39-81efc2d6a5bd/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Ottawa Senators",
                "amount": 5652.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4348.0
            }
        ],
        "expected_reward_tokens": 9043.2,
        "profit_sb": 43.2,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "af403b99-2bda-4601-8181-9d8754793202",
            "gambit_id": "f3d820ee-0f87-42a4-aba6-eda7fb5b6ab6",
            "last_updated": "2022-12-19T19:36:54.063841-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fabab22-f7b8-4ccd-904e-e02275567013/?format=api"
        },
        {
            "id": "3a633bb9-fee0-4b2e-b363-bb4ae3ec94df",
            "gambit_id": "d89677e3-f50b-4e9f-a0b0-d688de4ce263",
            "last_updated": "2022-12-19T19:36:54.062743-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "2.08000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fabab22-f7b8-4ccd-904e-e02275567013/?format=api"
        }
    ]
}