GET /api/bet_types/ca488110-9eb3-4767-b19f-e357180f34d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca488110-9eb3-4767-b19f-e357180f34d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/37880f65-ae80-4536-ae46-6fdeb4bbf721/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-13T09:38:12.289354-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": "Detroit Red Wings",
                "amount": 6090.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e799cdbb-43e5-4fd0-8482-93881db92436",
            "gambit_id": "108cb971-3af9-4718-bbe3-d1412471163a",
            "last_updated": "2024-01-16T15:13:02.079756-05:00",
            "created_at": "2024-01-13T09:38:12.298258-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca488110-9eb3-4767-b19f-e357180f34d5/?format=api"
        },
        {
            "id": "aa07e752-dbdc-431e-ac69-2535e9bc6492",
            "gambit_id": "18af034f-f340-4a13-ba0f-a0f8a18d8eca",
            "last_updated": "2024-01-16T15:13:02.075946-05:00",
            "created_at": "2024-01-13T09:38:12.293426-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca488110-9eb3-4767-b19f-e357180f34d5/?format=api"
        }
    ]
}