GET /api/bet_types/eca4cf5f-4377-4eef-95ae-235b5931c6ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eca4cf5f-4377-4eef-95ae-235b5931c6ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb185f16-d8a8-4b40-b22c-05ca520b538f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-08T08:57:07.492914-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 5.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd47a174-7fe9-4647-a21c-d800643126db",
            "gambit_id": "ba5702b1-0767-4571-8724-5cccbac8daec",
            "last_updated": "2023-03-09T10:02:11.316918-05:00",
            "created_at": "2023-03-08T08:57:07.494346-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eca4cf5f-4377-4eef-95ae-235b5931c6ca/?format=api"
        },
        {
            "id": "2a7930ef-3bb0-4338-bea0-552361e0b078",
            "gambit_id": "4828e230-c079-47e1-9a58-8604f68fcda4",
            "last_updated": "2023-03-09T10:02:11.318208-05:00",
            "created_at": "2023-03-08T08:57:07.495712-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eca4cf5f-4377-4eef-95ae-235b5931c6ca/?format=api"
        }
    ]
}