GET /api/bet_types/a30b5f15-2713-4230-9d6c-7cc54e56740b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a30b5f15-2713-4230-9d6c-7cc54e56740b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bbbaaa5-9de9-4001-9fec-a277d57cb90e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-18T09:13:01.959124-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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "23d3a226-b931-436d-badf-1ae98a2da72e",
            "gambit_id": "542a005e-38b9-4975-a651-9a7066502e1f",
            "last_updated": "2023-10-23T13:33:22.493574-04:00",
            "created_at": "2023-10-18T09:13:01.964294-04:00",
            "name": "Game Total Over 43.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a30b5f15-2713-4230-9d6c-7cc54e56740b/?format=api"
        },
        {
            "id": "81d880d0-884c-4688-b405-5641d308208a",
            "gambit_id": "ecb1a6ab-986d-45f1-a860-cb8b2a6a12cb",
            "last_updated": "2023-10-23T13:33:22.498361-04:00",
            "created_at": "2023-10-18T09:13:01.972368-04:00",
            "name": "Game Total Under 43.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a30b5f15-2713-4230-9d6c-7cc54e56740b/?format=api"
        }
    ]
}