GET /api/bet_types/218df4ee-800c-4190-85ae-0c6889f52178/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "218df4ee-800c-4190-85ae-0c6889f52178",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ef88a5f-c44e-4e44-9356-f8114428ef64/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-29T09:13:12.986723-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "81fef6cd-fd7a-408f-a403-6cefa9189279",
            "gambit_id": "a92ca43b-2324-4eca-b3de-b275f3058d97",
            "last_updated": "2024-01-31T10:18:29.356618-05:00",
            "created_at": "2024-01-29T09:13:12.992487-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/218df4ee-800c-4190-85ae-0c6889f52178/?format=api"
        },
        {
            "id": "112d814d-5709-4908-877c-f2525bcde150",
            "gambit_id": "01ad9f24-ded7-4ddb-983d-75fc0aede3b6",
            "last_updated": "2024-01-31T10:18:29.360173-05:00",
            "created_at": "2024-01-29T09:13:12.997578-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/218df4ee-800c-4190-85ae-0c6889f52178/?format=api"
        }
    ]
}