GET /api/bet_types/ed614d64-22d4-4f1b-8526-86dc78af7b45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed614d64-22d4-4f1b-8526-86dc78af7b45",
    "match": "https://api-prod.gambitprofit.com/api/matches/e67cfd37-18bd-4575-be5b-cc8aa46fbefa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-19T09:13:24.745715-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a7461ce-bb27-4c26-a0d2-7c9fc14e58ea",
            "gambit_id": "da738962-4cdf-4835-8ab8-506a0d47be69",
            "last_updated": "2023-09-21T09:53:17.890740-04:00",
            "created_at": "2023-09-19T09:13:24.749068-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed614d64-22d4-4f1b-8526-86dc78af7b45/?format=api"
        },
        {
            "id": "3ff76dd8-73f2-4dc2-9833-7a5e8f61fe56",
            "gambit_id": "0dd38afc-405e-44f1-8425-7088dcbb5ec1",
            "last_updated": "2023-09-21T09:53:17.883113-04:00",
            "created_at": "2023-09-19T09:13:24.753052-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed614d64-22d4-4f1b-8526-86dc78af7b45/?format=api"
        }
    ]
}