GET /api/bet_types/618b2267-eeab-4bcd-98e7-0d87ae616f47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "618b2267-eeab-4bcd-98e7-0d87ae616f47",
    "match": "https://api-prod.gambitprofit.com/api/matches/62cdbfeb-d403-41ef-855c-68183d639385/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T08:58:06.720984-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 Over 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6cff4781-63fc-4b5f-b27f-0af7502b3057",
            "gambit_id": "5018f6bb-c59c-4be5-8669-0e9e65d65d32",
            "last_updated": "2023-07-17T10:08:18.392632-04:00",
            "created_at": "2023-07-15T08:58:06.722323-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/618b2267-eeab-4bcd-98e7-0d87ae616f47/?format=api"
        },
        {
            "id": "5302c829-452f-49b0-9073-aa5f30be9d0f",
            "gambit_id": "8c9d6ed1-ad26-40bd-8357-9455eaf01d32",
            "last_updated": "2023-07-17T10:08:18.394007-04:00",
            "created_at": "2023-07-15T08:58:06.723785-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/618b2267-eeab-4bcd-98e7-0d87ae616f47/?format=api"
        }
    ]
}