GET /api/bet_types/e9e6b55e-7e01-4555-a7a2-e68dd9830786/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9e6b55e-7e01-4555-a7a2-e68dd9830786",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb94dabd-7853-494d-b982-6a24bcc96d42/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-18T09:43:11.176341-04: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": "Game Total Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "30cb3454-7462-471c-b618-6cd34e6fdbdd",
            "gambit_id": "cb953bd3-151d-4506-9886-0ddca221a513",
            "last_updated": "2023-06-19T17:08:22.907117-04:00",
            "created_at": "2023-06-18T09:43:11.178285-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e6b55e-7e01-4555-a7a2-e68dd9830786/?format=api"
        },
        {
            "id": "9766796e-98e1-4166-b41f-e67b6aff065a",
            "gambit_id": "f04a31e1-900f-49ba-8139-2763ad2747c7",
            "last_updated": "2023-06-19T17:08:22.909792-04:00",
            "created_at": "2023-06-18T09:43:11.180274-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e6b55e-7e01-4555-a7a2-e68dd9830786/?format=api"
        }
    ]
}