GET /api/bet_types/b9c0ba93-b62e-4a13-96f5-a3151fb8c66b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9c0ba93-b62e-4a13-96f5-a3151fb8c66b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b999d39-4523-4599-a77d-2c22b955d66c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T12:12:09.309583-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 Under 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "914953c4-1673-4085-bb58-da02f573f56f",
            "gambit_id": "d81ad28d-64e2-458f-bf75-12c7a814b955",
            "last_updated": "2023-05-04T10:52:17.275237-04:00",
            "created_at": "2023-05-03T12:12:09.311351-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9c0ba93-b62e-4a13-96f5-a3151fb8c66b/?format=api"
        },
        {
            "id": "61447ede-1e40-40f4-844f-fbc9cacb1270",
            "gambit_id": "c9f52201-0520-4857-827a-738bc699bea2",
            "last_updated": "2023-05-04T10:52:17.276416-04:00",
            "created_at": "2023-05-03T12:12:09.312964-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9c0ba93-b62e-4a13-96f5-a3151fb8c66b/?format=api"
        }
    ]
}