GET /api/bet_types/cad6a01d-e5ec-44e5-92c8-277566507d1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cad6a01d-e5ec-44e5-92c8-277566507d1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d5b3f18-782c-40dc-aab5-24689ca5cfe6/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:22.819699-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": "Florida Panthers",
                "amount": 5773.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "0307b56c-8895-474a-a99b-319a1bb1e5cd",
            "gambit_id": "17664a3f-0790-4b04-b725-d3606404aedf",
            "last_updated": "2024-01-17T22:28:11.766879-05:00",
            "created_at": "2024-01-15T10:23:22.829407-05:00",
            "name": "Florida Panthers",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cad6a01d-e5ec-44e5-92c8-277566507d1f/?format=api"
        },
        {
            "id": "f21f9756-bb81-48dc-80d5-0d88d95a3238",
            "gambit_id": "35ca7e8b-9934-46d2-b087-70ac5886f953",
            "last_updated": "2024-01-17T22:28:11.763560-05:00",
            "created_at": "2024-01-15T10:23:22.823330-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cad6a01d-e5ec-44e5-92c8-277566507d1f/?format=api"
        }
    ]
}