GET /api/bet_types/be84650e-d757-44ab-95aa-9089fb54e79c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be84650e-d757-44ab-95aa-9089fb54e79c",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c4a8d5a-7f8e-40aa-bab0-5153f8ffdf65/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-27T08:43:23.737782-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 Over 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "77a4c9b0-7c5f-4efa-a108-267788871736",
            "gambit_id": "ac0ffa83-ead8-4afb-ae78-1719b952e07d",
            "last_updated": "2023-06-28T21:28:07.881712-04:00",
            "created_at": "2023-06-27T08:43:23.740413-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be84650e-d757-44ab-95aa-9089fb54e79c/?format=api"
        },
        {
            "id": "9675d53e-eb09-47f5-b522-308a07f2c7ff",
            "gambit_id": "225a9aed-843c-4480-a9f9-c5c76a2b11f8",
            "last_updated": "2023-06-28T21:28:07.879602-04:00",
            "created_at": "2023-06-27T08:43:23.743036-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be84650e-d757-44ab-95aa-9089fb54e79c/?format=api"
        }
    ]
}