GET /api/bet_types/309fc837-8f97-45e6-b3fc-4caac7375640/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "309fc837-8f97-45e6-b3fc-4caac7375640",
    "match": "https://api-prod.gambitprofit.com/api/matches/94dc7e5d-5ad8-4d1b-b71c-6bd77d562ecb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-06T14:26:50.339249-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 5.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef2e62e1-4d8b-4478-be5c-848d54cfa3ea",
            "gambit_id": "7354c90a-7f0b-4853-b978-9232cfeb922b",
            "last_updated": "2023-04-07T20:37:08.059855-04:00",
            "created_at": "2023-04-06T14:26:50.341675-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/309fc837-8f97-45e6-b3fc-4caac7375640/?format=api"
        },
        {
            "id": "0e89d761-1803-4789-88eb-b8b451a39685",
            "gambit_id": "43909124-6b8f-4f60-997a-db1926df69a8",
            "last_updated": "2023-04-07T20:37:08.062547-04:00",
            "created_at": "2023-04-06T14:26:50.343994-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/309fc837-8f97-45e6-b3fc-4caac7375640/?format=api"
        }
    ]
}