GET /api/bet_types/a6783c2c-87b8-40ad-826d-1d36bc71f881/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6783c2c-87b8-40ad-826d-1d36bc71f881",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9df6b49-3b88-4ca1-a253-ff3cfa670798/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-09T11:07:08.452260-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": "4c1ad6c6-2ffd-4249-9b01-4c0e295ace62",
            "gambit_id": "b791e517-8828-4e83-b84a-5032dde93b96",
            "last_updated": "2023-05-10T15:37:07.170545-04:00",
            "created_at": "2023-05-09T11:07:08.456375-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/a6783c2c-87b8-40ad-826d-1d36bc71f881/?format=api"
        },
        {
            "id": "f42ea92a-976b-4a85-87e3-8e6f68d8eee6",
            "gambit_id": "ad2dc0a9-48e4-4ae7-94a6-4a68ab56f78e",
            "last_updated": "2023-05-10T15:37:07.168801-04:00",
            "created_at": "2023-05-09T11:07:08.454313-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/a6783c2c-87b8-40ad-826d-1d36bc71f881/?format=api"
        }
    ]
}