GET /api/bet_types/f7363310-b730-46b9-a14c-3faa44996f86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7363310-b730-46b9-a14c-3faa44996f86",
    "match": "https://api-prod.gambitprofit.com/api/matches/c210e719-2433-4982-9ec0-9fab09799e47/?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 2.5",
                "amount": 5838.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 8989.92,
        "profit_sb": -10.08,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b7e877a-86dc-4218-ae23-da83467549a1",
            "gambit_id": "aeb7d6f2-6c9e-4d9a-ae76-1661d51ac671",
            "last_updated": "2022-09-11T21:17:13.514707-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.54000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7363310-b730-46b9-a14c-3faa44996f86/?format=api"
        },
        {
            "id": "168aa7cd-2a77-4cce-a7a4-45ea0667505d",
            "gambit_id": "211cc662-1e3f-4384-8bb1-14b69bad2317",
            "last_updated": "2022-09-11T21:17:13.513654-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7363310-b730-46b9-a14c-3faa44996f86/?format=api"
        }
    ]
}