GET /api/bet_types/08c0ce58-d3d2-42ca-bd42-6794b94914e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08c0ce58-d3d2-42ca-bd42-6794b94914e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac4dd0d1-ef3e-42ed-8894-f7a1d5ecc4f9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-18T09:08:18.026644-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": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b995395-b7fd-4352-bf01-c551b95ef564",
            "gambit_id": "83a99fa8-6fa2-4e68-8d4b-5d36d8d6b960",
            "last_updated": "2023-09-19T10:53:20.076911-04:00",
            "created_at": "2023-09-18T09:08:18.033981-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08c0ce58-d3d2-42ca-bd42-6794b94914e0/?format=api"
        },
        {
            "id": "1b37b9e5-8687-4685-a5d5-02391d8ef18b",
            "gambit_id": "e9c63e7a-e6c8-4f16-824e-a7ff625631e7",
            "last_updated": "2023-09-19T10:53:20.080733-04:00",
            "created_at": "2023-09-18T09:08:18.059209-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08c0ce58-d3d2-42ca-bd42-6794b94914e0/?format=api"
        }
    ]
}