GET /api/bet_types/2d937d2d-c25c-4764-bd03-096d42246f9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d937d2d-c25c-4764-bd03-096d42246f9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2669f89-70cb-4eee-af35-47f6aad6b086/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:52:10.242826-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "03e45d30-fd61-43cc-9971-e7c66c7fb121",
            "gambit_id": "fea19c80-5dbf-4584-be77-eae223645b0a",
            "last_updated": "2023-01-17T11:02:04.823469-05:00",
            "created_at": "2023-01-16T09:52:10.247428-05:00",
            "name": "Boston Celtics",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d937d2d-c25c-4764-bd03-096d42246f9a/?format=api"
        },
        {
            "id": "3bc414dc-b653-4429-9f21-9a1098917051",
            "gambit_id": "7ae23932-e43b-413e-8466-b6cb28c062f2",
            "last_updated": "2023-01-17T11:02:04.821943-05:00",
            "created_at": "2023-01-16T09:52:10.245027-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d937d2d-c25c-4764-bd03-096d42246f9a/?format=api"
        }
    ]
}