GET /api/bet_types/6e37aebd-3291-4c9d-bb7a-bf6ef9debffc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e37aebd-3291-4c9d-bb7a-bf6ef9debffc",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa6d1c55-5474-4849-aac3-70602a56620a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Under 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "61bbc139-de3f-445f-adaa-db85ec8a9dd3",
            "gambit_id": "e39f0f6b-c1e0-41db-96ca-c2b6e33aefc4",
            "last_updated": "2022-12-22T10:42:31.213435-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e37aebd-3291-4c9d-bb7a-bf6ef9debffc/?format=api"
        },
        {
            "id": "c8cd532d-2e71-43d4-bf94-04b86ce7da9c",
            "gambit_id": "c8c788a8-1e13-468d-800c-ef557b0ab5d3",
            "last_updated": "2022-12-22T10:42:31.214520-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e37aebd-3291-4c9d-bb7a-bf6ef9debffc/?format=api"
        }
    ]
}