GET /api/bet_types/5662fd0b-ffee-4bc5-80fc-1434982fdb1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5662fd0b-ffee-4bc5-80fc-1434982fdb1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/55b2cc19-026c-4e41-8af7-b5145627a42e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-21T09:13:03.763374-05: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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6eb7c78-a38a-4d36-9923-1016fdf93512",
            "gambit_id": "a0f6e58c-0dc0-4d09-885f-47032ca1d31e",
            "last_updated": "2023-12-23T14:58:21.474130-05:00",
            "created_at": "2023-12-21T09:13:03.767631-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5662fd0b-ffee-4bc5-80fc-1434982fdb1d/?format=api"
        },
        {
            "id": "48bcf46f-880b-4e15-805a-6591d8a46ec3",
            "gambit_id": "3dbdffd0-3fd6-4443-9992-7efd3d72534e",
            "last_updated": "2023-12-23T14:58:21.477509-05:00",
            "created_at": "2023-12-21T09:13:03.772330-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5662fd0b-ffee-4bc5-80fc-1434982fdb1d/?format=api"
        }
    ]
}