GET /api/bet_types/56028a7a-1142-41b5-8a74-115a2f9702e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56028a7a-1142-41b5-8a74-115a2f9702e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9867456-3b7a-4f69-96e0-68a7dd82f183/?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": "Total Rounds Over 2.5",
                "amount": 5742.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4258.0
            }
        ],
        "expected_reward_tokens": 8899.22,
        "profit_sb": -100.78,
        "profit_sb_percentage": -1.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "8841c0c2-fdb7-40f8-8918-7695ec8733c4",
            "gambit_id": "6c5eb3dc-e34a-4459-901b-be1c468ecd45",
            "last_updated": "2022-12-19T10:52:35.378218-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56028a7a-1142-41b5-8a74-115a2f9702e8/?format=api"
        },
        {
            "id": "a9dbba80-64ba-4c4d-be03-6666a12a80f7",
            "gambit_id": "6dfe189d-0271-4f69-afc0-f64bbe86346c",
            "last_updated": "2022-12-19T10:52:35.377116-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56028a7a-1142-41b5-8a74-115a2f9702e8/?format=api"
        }
    ]
}