GET /api/bet_types/5b4ca171-ca47-403a-a7f4-3fa7606cb66d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b4ca171-ca47-403a-a7f4-3fa7606cb66d",
    "match": "https://api-prod.gambitprofit.com/api/matches/aba33894-9d26-4fcb-8607-f82b37b9fe04/?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 2.5",
                "amount": 5056.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4944.0
            }
        ],
        "expected_reward_tokens": 8948.64,
        "profit_sb": -51.36,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc736f15-8d87-4389-958f-4807f89cec35",
            "gambit_id": "fa350395-82ed-494a-a691-4abcaa9dcf17",
            "last_updated": "2022-09-01T12:02:09.575061-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.77000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b4ca171-ca47-403a-a7f4-3fa7606cb66d/?format=api"
        },
        {
            "id": "be0bd63a-73fc-4df3-82e1-4361535b452c",
            "gambit_id": "fdc8ad1c-c65f-4698-a8d9-c5046b78b4d7",
            "last_updated": "2022-09-01T12:02:09.575571-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.81000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b4ca171-ca47-403a-a7f4-3fa7606cb66d/?format=api"
        }
    ]
}