GET /api/bet_types/645eb1a9-cb04-4eb7-9a30-bcadd4b03b38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "645eb1a9-cb04-4eb7-9a30-bcadd4b03b38",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8cc04f5-45d7-4b4b-a45a-588f756f6be3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-27T09:22:59.100134-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 12",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 12",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "69e9c9e7-0173-4c56-8a2a-2f3154eac553",
            "gambit_id": "3e153fac-cd00-4245-b439-15d5302c5c1a",
            "last_updated": "2023-09-28T18:53:21.162389-04:00",
            "created_at": "2023-09-27T09:22:59.103529-04:00",
            "name": "Game Total Over 12",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/645eb1a9-cb04-4eb7-9a30-bcadd4b03b38/?format=api"
        },
        {
            "id": "be43b431-4c6c-4599-84bc-34a293c2b7d5",
            "gambit_id": "14ac2b9c-4e09-4805-a77b-16cc2d66e5cb",
            "last_updated": "2023-09-28T18:53:21.165667-04:00",
            "created_at": "2023-09-27T09:22:59.107236-04:00",
            "name": "Game Total Under 12",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/645eb1a9-cb04-4eb7-9a30-bcadd4b03b38/?format=api"
        }
    ]
}