GET /api/bet_types/be232b87-a6e7-42ca-8b88-872ea6c162f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be232b87-a6e7-42ca-8b88-872ea6c162f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b472a79-ac51-4e3d-9a5c-8470672264b9/?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 49",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 49",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0dd3163c-3929-492a-928d-89f1204327ad",
            "gambit_id": "18f3a4c4-30e3-43e7-bc01-ee8d15a649a3",
            "last_updated": "2022-10-11T11:51:57.764673-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be232b87-a6e7-42ca-8b88-872ea6c162f9/?format=api"
        },
        {
            "id": "6acc12ce-cf7b-4aba-8056-981ebd9b56af",
            "gambit_id": "1c543a75-582c-4dd0-b377-a8d7e2806205",
            "last_updated": "2022-10-11T11:51:57.763518-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be232b87-a6e7-42ca-8b88-872ea6c162f9/?format=api"
        }
    ]
}