GET /api/bet_types/9d698873-68af-49cc-863c-c1c8b8eea1a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d698873-68af-49cc-863c-c1c8b8eea1a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7dc722c-1890-416d-9883-f60cb82bf70f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-27T11:52:00.026890-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": 5255.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4745.0
            }
        ],
        "expected_reward_tokens": 9300.2,
        "profit_sb": -199.8,
        "profit_sb_percentage": -2.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "c791cfff-03e8-4db1-8886-db26ff0bc676",
            "gambit_id": "6d2b9bd4-fe8c-491a-ac19-d4de67a58582",
            "last_updated": "2023-04-28T11:22:27.125779-04:00",
            "created_at": "2023-04-27T11:52:00.028331-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d698873-68af-49cc-863c-c1c8b8eea1a2/?format=api"
        },
        {
            "id": "2a0828bc-b864-4235-8a78-fab579ce58a2",
            "gambit_id": "49e2c79f-0f2b-43a5-94d3-a0aa52a99513",
            "last_updated": "2023-04-28T11:22:27.126989-04:00",
            "created_at": "2023-04-27T11:52:00.029784-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d698873-68af-49cc-863c-c1c8b8eea1a2/?format=api"
        }
    ]
}