GET /api/bet_types/2c164abf-2350-4ecd-b3eb-f3b899f9e8ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c164abf-2350-4ecd-b3eb-f3b899f9e8ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/07e23a7d-9dba-4a49-97bb-c472be3c4004/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-06T15:58:08.573202-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "592f6377-112c-4752-a0af-db56fcabd123",
            "gambit_id": "d63703f0-a4fa-4832-a935-f340b4e04552",
            "last_updated": "2023-07-08T09:38:31.180769-04:00",
            "created_at": "2023-07-06T15:58:08.574751-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c164abf-2350-4ecd-b3eb-f3b899f9e8ca/?format=api"
        },
        {
            "id": "5b7eff9f-f408-41fa-937c-5e144f344321",
            "gambit_id": "22a6306d-37ce-4bd5-a632-1d379a7bc844",
            "last_updated": "2023-07-08T09:38:31.183650-04:00",
            "created_at": "2023-07-06T15:58:08.576466-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c164abf-2350-4ecd-b3eb-f3b899f9e8ca/?format=api"
        }
    ]
}