GET /api/bet_types/a12c9117-6804-4c35-87ae-974fa51bc519/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a12c9117-6804-4c35-87ae-974fa51bc519",
    "match": "https://api-prod.gambitprofit.com/api/matches/09e1458b-c242-4d2b-b81e-a70eb6e4b24b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-27T11:52:01.471655-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 Under 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "afcdd2b3-0980-4ab5-9449-43f427fd3009",
            "gambit_id": "cacd3959-acbd-410f-b5ed-dd6ec2030959",
            "last_updated": "2023-04-28T11:22:26.421894-04:00",
            "created_at": "2023-04-27T11:52:01.473088-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a12c9117-6804-4c35-87ae-974fa51bc519/?format=api"
        },
        {
            "id": "1eabcdc7-8a2b-4151-8a60-d38af02a3f53",
            "gambit_id": "7cebe6bf-d0cc-48a2-92bc-bb64c977c5cf",
            "last_updated": "2023-04-28T11:22:26.423068-04:00",
            "created_at": "2023-04-27T11:52:01.474584-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a12c9117-6804-4c35-87ae-974fa51bc519/?format=api"
        }
    ]
}