GET /api/bet_types/d2f9768b-a571-4a71-a263-3dbd4f8cffcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2f9768b-a571-4a71-a263-3dbd4f8cffcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ba052ce-74d7-449e-b5f3-15cb5dc2de4b/?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 Under 8.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "a948b22e-ff30-4693-bec7-7d640ead090a",
            "gambit_id": "7d97c79c-f4ad-470c-b0c5-c695584b7553",
            "last_updated": "2022-09-08T10:47:28.120622-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2f9768b-a571-4a71-a263-3dbd4f8cffcb/?format=api"
        },
        {
            "id": "d6cbe1a8-f45e-4fd6-9580-60e7b81777fe",
            "gambit_id": "42862109-2490-4c1c-b540-a7435bb0e076",
            "last_updated": "2022-09-08T10:47:28.121850-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2f9768b-a571-4a71-a263-3dbd4f8cffcb/?format=api"
        }
    ]
}