GET /api/bet_types/2a494b29-547c-4cc4-95b0-f0497c3c66b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a494b29-547c-4cc4-95b0-f0497c3c66b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/78bf74b9-07a3-47b5-8467-03b0dcf1483f/?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": "Game Total Over 9.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "cdf1b7a7-a28c-4244-8ce8-2aee37392723",
            "gambit_id": "319ad9dc-4e38-47a0-a149-847d70c63b8c",
            "last_updated": "2022-09-19T09:42:09.115302-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a494b29-547c-4cc4-95b0-f0497c3c66b8/?format=api"
        },
        {
            "id": "cc6c8c03-538e-44dd-b7cc-78272440339d",
            "gambit_id": "f9314b01-faaf-4496-b5f6-bb39d6aad322",
            "last_updated": "2022-09-19T09:42:09.114061-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a494b29-547c-4cc4-95b0-f0497c3c66b8/?format=api"
        }
    ]
}