GET /api/bet_types/2f958ead-668c-4e67-9f9d-fa23892fb724/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f958ead-668c-4e67-9f9d-fa23892fb724",
    "match": "https://api-prod.gambitprofit.com/api/matches/303f1d53-4530-457f-82e7-2ab36ba14677/?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 1.5",
                "amount": 5194.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4806.0
            }
        ],
        "expected_reward_tokens": 8985.62,
        "profit_sb": -14.38,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "706555c3-3d36-4506-bd45-6ee056303630",
            "gambit_id": "7c871349-d434-4d81-8c89-02a2259344db",
            "last_updated": "2022-08-21T19:32:06.180668-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f958ead-668c-4e67-9f9d-fa23892fb724/?format=api"
        },
        {
            "id": "03f67b43-7a02-4867-bd55-56e72c37e8cd",
            "gambit_id": "59c1d018-c6e0-425f-b5d5-5b96eec3f837",
            "last_updated": "2022-08-21T19:32:06.180123-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f958ead-668c-4e67-9f9d-fa23892fb724/?format=api"
        }
    ]
}