GET /api/bet_types/103f70db-818a-406b-a514-74abf01c6eac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "103f70db-818a-406b-a514-74abf01c6eac",
    "match": "https://api-prod.gambitprofit.com/api/matches/35abf172-c140-4a99-9c45-6b7e7ac648e8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-18T09:08:18.341159-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "90072175-2cd9-4247-874e-dba6da29ae8a",
            "gambit_id": "a241ffb5-d58b-426b-aade-adeea2d1baf2",
            "last_updated": "2023-09-20T09:23:07.026779-04:00",
            "created_at": "2023-09-18T09:08:18.350180-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/103f70db-818a-406b-a514-74abf01c6eac/?format=api"
        },
        {
            "id": "77864640-9597-4269-8f70-7bb0c01f54d9",
            "gambit_id": "15e7d808-f866-405c-9de7-c278e7e92431",
            "last_updated": "2023-09-20T09:23:07.030155-04:00",
            "created_at": "2023-09-18T09:08:18.357193-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/103f70db-818a-406b-a514-74abf01c6eac/?format=api"
        }
    ]
}