GET /api/bet_types/2e5d7b13-06b3-4f9e-bdd3-141e3912362b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e5d7b13-06b3-4f9e-bdd3-141e3912362b",
    "match": "https://api-prod.gambitprofit.com/api/matches/18a2a331-c158-451c-8019-c00b51ba3cb6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-16T12:17:24.676635-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3210db3f-cf63-4aee-a80b-44f037fc751d",
            "gambit_id": "65ac0d2c-89ac-42ac-9977-011141a0acbe",
            "last_updated": "2023-04-18T12:12:08.287545-04:00",
            "created_at": "2023-04-16T12:17:24.682977-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e5d7b13-06b3-4f9e-bdd3-141e3912362b/?format=api"
        },
        {
            "id": "de33a180-f8d0-4775-bd17-99d23ad84840",
            "gambit_id": "93985347-d05f-4c01-9259-e1889184b586",
            "last_updated": "2023-04-18T12:12:08.285907-04:00",
            "created_at": "2023-04-16T12:17:24.679892-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e5d7b13-06b3-4f9e-bdd3-141e3912362b/?format=api"
        }
    ]
}