GET /api/bet_types/ff3082e4-8341-4de6-a4f9-9b60c55d91f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff3082e4-8341-4de6-a4f9-9b60c55d91f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd1d16e7-6841-4e90-99e0-2c82dcb72304/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-30T12:47:12.012029-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 12",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 12",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "57951fa4-ca10-42cc-af4f-136bd5945a93",
            "gambit_id": "cee1467e-9a3b-4f6a-a5e2-e69aa374282f",
            "last_updated": "2023-05-01T12:27:25.137830-04:00",
            "created_at": "2023-04-30T12:47:12.014563-04:00",
            "name": "Game Total Under 12",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff3082e4-8341-4de6-a4f9-9b60c55d91f8/?format=api"
        },
        {
            "id": "c3863fd4-aff9-4266-9177-62d4b2bffe42",
            "gambit_id": "f33f5553-199e-406e-affb-efac9e83094f",
            "last_updated": "2023-05-01T12:27:25.139821-04:00",
            "created_at": "2023-04-30T12:47:12.017114-04:00",
            "name": "Game Total Over 12",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff3082e4-8341-4de6-a4f9-9b60c55d91f8/?format=api"
        }
    ]
}