GET /api/bet_types/4257bb0b-af70-4dda-9dbd-7dcbd6fc4573/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4257bb0b-af70-4dda-9dbd-7dcbd6fc4573",
    "match": "https://api-prod.gambitprofit.com/api/matches/65dbb3d6-377e-4e78-abe2-23be28eaf5af/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-15T11:36:59.218001-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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8dc8252d-6e5e-4a38-8504-777a85c3be53",
            "gambit_id": "14a55d06-2217-470c-980c-e9ff5ce8ab0b",
            "last_updated": "2023-05-18T11:47:14.703315-04:00",
            "created_at": "2023-05-15T11:36:59.219756-04:00",
            "name": "Game Total Under 223",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4257bb0b-af70-4dda-9dbd-7dcbd6fc4573/?format=api"
        },
        {
            "id": "d2aef956-0962-40eb-ab30-e59d91e8b715",
            "gambit_id": "3ba55819-a28e-42ea-aae7-0e4022004d0d",
            "last_updated": "2023-05-18T11:47:14.704699-04:00",
            "created_at": "2023-05-15T11:36:59.221508-04:00",
            "name": "Game Total Over 223",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4257bb0b-af70-4dda-9dbd-7dcbd6fc4573/?format=api"
        }
    ]
}