GET /api/bet_types/a8e0975d-fdf2-4d72-b82c-026bbc3b7b94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8e0975d-fdf2-4d72-b82c-026bbc3b7b94",
    "match": "https://api-prod.gambitprofit.com/api/matches/0576f988-3b66-4f6d-8308-cef453af301f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-15T08:32:02.306701-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 York Rangers",
                "amount": 5577.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4423.0
            }
        ],
        "expected_reward_tokens": 8978.69,
        "profit_sb": -21.31,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3b50002-cdb0-41c1-b815-4e76f1c9ef50",
            "gambit_id": "3d6b34bf-39e6-4651-aba7-c2c1f82b051f",
            "last_updated": "2023-01-16T19:27:15.580622-05:00",
            "created_at": "2023-01-15T08:32:02.308437-05:00",
            "name": "New York Rangers",
            "reward": "1.61000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e0975d-fdf2-4d72-b82c-026bbc3b7b94/?format=api"
        },
        {
            "id": "32232e1a-a42a-4f70-b7f8-c5cac4fdd5b6",
            "gambit_id": "a64dbbec-898a-4386-85ab-85ae7fc7197e",
            "last_updated": "2023-01-16T19:27:15.583648-05:00",
            "created_at": "2023-01-15T08:32:02.310502-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e0975d-fdf2-4d72-b82c-026bbc3b7b94/?format=api"
        }
    ]
}