GET /api/bet_types/67cd9653-1e45-4e30-8dcb-0f862c8f0c73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67cd9653-1e45-4e30-8dcb-0f862c8f0c73",
    "match": "https://api-prod.gambitprofit.com/api/matches/64242edb-f674-48c5-b45e-8d7523ab5c46/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-30T08:58:14.331636-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 Under 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b073c17-32a9-4501-897d-518d8614d8fa",
            "gambit_id": "cbee3735-ee2b-4a29-b063-71657b0c5484",
            "last_updated": "2023-10-31T20:08:09.362981-04:00",
            "created_at": "2023-10-30T08:58:14.339753-04:00",
            "name": "Game Total Under 223",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67cd9653-1e45-4e30-8dcb-0f862c8f0c73/?format=api"
        },
        {
            "id": "d9aba9e9-cb73-4b1a-8407-1f46cb95e71d",
            "gambit_id": "224c1665-ff6f-4e48-96c3-1dd0eb88de4f",
            "last_updated": "2023-10-31T20:08:09.366530-04:00",
            "created_at": "2023-10-30T08:58:14.335821-04:00",
            "name": "Game Total Over 223",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67cd9653-1e45-4e30-8dcb-0f862c8f0c73/?format=api"
        }
    ]
}