GET /api/bet_types/af232ae3-258d-4f6a-b2e2-63f8d8b46f76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af232ae3-258d-4f6a-b2e2-63f8d8b46f76",
    "match": "https://api-prod.gambitprofit.com/api/matches/41f671fe-7b16-4399-ab0c-0d0247367fa7/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-30T10:27:08.996327-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 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c4e44fc-2f97-4b5e-88f9-67bf2b19b9a3",
            "gambit_id": "6d9ec07f-bcf9-4db2-9023-eb893e7e7518",
            "last_updated": "2022-12-31T11:02:03.433861-05:00",
            "created_at": "2022-12-30T10:27:08.998968-05:00",
            "name": "Game Total Over 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af232ae3-258d-4f6a-b2e2-63f8d8b46f76/?format=api"
        },
        {
            "id": "38847084-c6b0-4c76-886f-d6ec0551d9cb",
            "gambit_id": "0e99b4bf-b313-46b5-a16c-48d73d3945bf",
            "last_updated": "2022-12-31T11:02:03.432750-05:00",
            "created_at": "2022-12-30T10:27:08.997679-05:00",
            "name": "Game Total Under 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af232ae3-258d-4f6a-b2e2-63f8d8b46f76/?format=api"
        }
    ]
}