GET /api/bet_types/b0168ee6-8430-494b-b6f6-4034e7396b3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0168ee6-8430-494b-b6f6-4034e7396b3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5a4597d-1e4b-42fd-9334-f5a4714a0927/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-17T11:42:00.567721-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": "8cf0485e-6fc9-4422-8e78-b5ea16c34b0c",
            "gambit_id": "be891635-8ec7-4ba2-b5f6-d15fdb43e05c",
            "last_updated": "2023-04-19T17:46:59.145960-04:00",
            "created_at": "2023-04-17T11:42:00.570906-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/b0168ee6-8430-494b-b6f6-4034e7396b3d/?format=api"
        },
        {
            "id": "4eba87cf-321e-4c59-aa30-157282ac6422",
            "gambit_id": "2664520c-2b4b-45b1-a020-7f3faf33387e",
            "last_updated": "2023-04-19T17:46:59.147890-04:00",
            "created_at": "2023-04-17T11:42:00.574893-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/b0168ee6-8430-494b-b6f6-4034e7396b3d/?format=api"
        }
    ]
}