GET /api/bet_types/f4e7a3a6-935b-4a07-9879-45cb10f28766/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4e7a3a6-935b-4a07-9879-45cb10f28766",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0746701-8f2a-49e9-bf7e-a29d989d4e89/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T15:12:05.838038-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 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e0199d0-321d-4f79-9409-10d044ffa9aa",
            "gambit_id": "9d160c6e-97ca-4ed8-b390-dae192c5541a",
            "last_updated": "2023-05-02T11:52:07.683906-04:00",
            "created_at": "2023-04-28T15:12:05.839431-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4e7a3a6-935b-4a07-9879-45cb10f28766/?format=api"
        },
        {
            "id": "ebebc5a1-2c39-402b-a240-c1a78f7f9466",
            "gambit_id": "b3e1156b-9f48-4291-81c5-20ad51782da1",
            "last_updated": "2023-05-02T11:52:07.685768-04:00",
            "created_at": "2023-04-28T15:12:05.840832-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4e7a3a6-935b-4a07-9879-45cb10f28766/?format=api"
        }
    ]
}