GET /api/bet_types/a03167d4-3d9d-4f2f-8fec-9de3ea4979a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a03167d4-3d9d-4f2f-8fec-9de3ea4979a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ba45907-c5f3-4c68-a1ff-65bff58c6032/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T19:28:11.151331-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 2.5",
                "amount": 5703.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4297.0
            }
        ],
        "expected_reward_tokens": 9238.55,
        "profit_sb": -261.45,
        "profit_sb_percentage": -2.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5012976-f059-4b1c-9a57-1dbac6cda772",
            "gambit_id": "f15aa4d2-6f0d-4fd3-992a-e4f3daf13dbc",
            "last_updated": "2023-12-05T21:08:18.634462-05:00",
            "created_at": "2023-12-01T19:28:11.158325-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.62000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a03167d4-3d9d-4f2f-8fec-9de3ea4979a3/?format=api"
        },
        {
            "id": "f475beed-8e1a-42b5-bcb6-a699a263fcfc",
            "gambit_id": "7070f6b9-8783-4edb-9247-f161393260a6",
            "last_updated": "2023-12-05T21:08:18.638466-05:00",
            "created_at": "2023-12-01T19:28:11.163235-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a03167d4-3d9d-4f2f-8fec-9de3ea4979a3/?format=api"
        }
    ]
}