GET /api/bet_types/f025259e-759d-4b5e-b34a-41c784aa25eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f025259e-759d-4b5e-b34a-41c784aa25eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/2de4ce33-279a-40c1-afa2-9bb63a1dc2a0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-22T12:38:07.031379-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1004e1de-8774-4edb-bd74-007cd7550452",
            "gambit_id": "022969b9-bcb9-4134-9010-9d2431055144",
            "last_updated": "2023-07-23T21:58:29.433162-04:00",
            "created_at": "2023-07-22T12:38:07.049227-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f025259e-759d-4b5e-b34a-41c784aa25eb/?format=api"
        },
        {
            "id": "37a30475-ec96-43e3-8ef7-7668d56db1b0",
            "gambit_id": "a3079480-767f-4188-9823-a18d41243f01",
            "last_updated": "2023-07-23T21:58:29.429906-04:00",
            "created_at": "2023-07-22T12:38:07.035399-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f025259e-759d-4b5e-b34a-41c784aa25eb/?format=api"
        }
    ]
}