GET /api/bet_types/e4a2e7b2-5425-4db2-acdb-98a67484491f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4a2e7b2-5425-4db2-acdb-98a67484491f",
    "match": "https://api-prod.gambitprofit.com/api/matches/731cb2a6-9589-4bb5-bd10-8e28900f013a/?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 Over 40.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 40.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e6b5886-e97e-492f-bca4-0b82eff0b21f",
            "gambit_id": "242cc1fc-97c1-4168-94ea-c9e0c62d5723",
            "last_updated": "2022-11-06T08:32:28.887760-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 40.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4a2e7b2-5425-4db2-acdb-98a67484491f/?format=api"
        },
        {
            "id": "f74c82f9-605a-4f3c-b8cb-3521e8ac8473",
            "gambit_id": "dc812911-a7c6-4cef-918a-2fdede49f330",
            "last_updated": "2022-11-06T08:32:28.886744-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 40.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4a2e7b2-5425-4db2-acdb-98a67484491f/?format=api"
        }
    ]
}