GET /api/bet_types/cb7c9d6b-1171-42cb-8a35-a6450ef85795/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb7c9d6b-1171-42cb-8a35-a6450ef85795",
    "match": "https://api-prod.gambitprofit.com/api/matches/8da1a159-7d9d-426d-8006-a7726f96d7e5/?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 43.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Under 43.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "d3789db2-b5f9-4f53-9245-0300e7ad2241",
            "gambit_id": "9f81416d-cab1-4d1e-aa8e-0ea650ed4b08",
            "last_updated": "2022-09-12T10:26:59.736201-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 43.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb7c9d6b-1171-42cb-8a35-a6450ef85795/?format=api"
        },
        {
            "id": "ef7ef8fd-b224-4d91-a30c-584c94bdbb68",
            "gambit_id": "bd93588d-5f33-4a62-a6e7-76dd99b917cd",
            "last_updated": "2022-09-12T10:26:59.734940-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 43.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb7c9d6b-1171-42cb-8a35-a6450ef85795/?format=api"
        }
    ]
}