GET /api/bet_types/3ebc4fd9-3276-4af9-8ee7-1c9c8ab6c316/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ebc4fd9-3276-4af9-8ee7-1c9c8ab6c316",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c0c7673-b635-4983-b259-731b0b077e47/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-29T09:13:13.444574-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe939797-9f85-4d5e-be51-1c0266f36c90",
            "gambit_id": "97f2f282-f6ac-4387-84fd-24106915d974",
            "last_updated": "2024-01-31T10:13:34.943218-05:00",
            "created_at": "2024-01-29T09:13:13.452022-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ebc4fd9-3276-4af9-8ee7-1c9c8ab6c316/?format=api"
        },
        {
            "id": "f0544aff-a1b0-4792-8140-43b54af6afa2",
            "gambit_id": "418e522e-39ab-4137-b3b4-5669dc80389a",
            "last_updated": "2024-01-31T10:13:34.939851-05:00",
            "created_at": "2024-01-29T09:13:13.448351-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ebc4fd9-3276-4af9-8ee7-1c9c8ab6c316/?format=api"
        }
    ]
}