GET /api/bet_types/fc3041ab-5637-48b9-a0b8-a8a93aae02d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc3041ab-5637-48b9-a0b8-a8a93aae02d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf9b37db-a40e-4cb4-8594-25927af1e680/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 8",
                "amount": 5096.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "c4c66aeb-e0c4-4db0-a23a-8ccccc9627e1",
            "gambit_id": "59b2f62b-9abb-4047-9595-55c1255b078c",
            "last_updated": "2022-09-09T16:11:54.612538-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc3041ab-5637-48b9-a0b8-a8a93aae02d4/?format=api"
        },
        {
            "id": "6986345e-5a2f-4c92-a346-5e19c6d4763f",
            "gambit_id": "d0028bdf-e30b-4c26-b813-3c20d99c047e",
            "last_updated": "2022-09-09T16:11:54.611475-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc3041ab-5637-48b9-a0b8-a8a93aae02d4/?format=api"
        }
    ]
}