GET /api/bet_types/594e4668-72d7-4a90-8b3c-8b1b4f0b34da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "594e4668-72d7-4a90-8b3c-8b1b4f0b34da",
    "match": "https://api-prod.gambitprofit.com/api/matches/205d814d-3912-4a2c-abe3-69755dbcf8db/?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 65.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 65.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0073bcd2-f6ae-437a-b00a-080c4fe4238b",
            "gambit_id": "413f08ff-8def-435d-a7d9-fedd9030a387",
            "last_updated": "2022-11-28T09:27:02.384582-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/594e4668-72d7-4a90-8b3c-8b1b4f0b34da/?format=api"
        },
        {
            "id": "2978b29c-b8c3-48dd-8306-f9b1818f9a79",
            "gambit_id": "fb832f20-6d52-466c-b0e1-ce5e0365a542",
            "last_updated": "2022-11-28T09:27:02.383574-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/594e4668-72d7-4a90-8b3c-8b1b4f0b34da/?format=api"
        }
    ]
}