GET /api/bet_types/eee88e0f-2c48-4463-bbc7-785830c2438d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eee88e0f-2c48-4463-bbc7-785830c2438d",
    "match": "https://api-prod.gambitprofit.com/api/matches/84d3a66a-0914-4b6b-9471-63ff87e8c25e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-29T16:47:02.298509-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": "Total Rounds Under 4.5",
                "amount": 5493.0
            },
            {
                "team": "Total Rounds Over 4.5",
                "amount": 4507.0
            }
        ],
        "expected_reward_tokens": 9283.17,
        "profit_sb": -216.83,
        "profit_sb_percentage": -2.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2f93691-2d3d-4279-bfec-e58a78b8d84f",
            "gambit_id": "ccb71514-1f50-42ee-bbf3-7c64cbf60b2e",
            "last_updated": "2023-05-01T12:27:22.278534-04:00",
            "created_at": "2023-04-29T16:47:02.300593-04:00",
            "name": "Total Rounds Under 4.5",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eee88e0f-2c48-4463-bbc7-785830c2438d/?format=api"
        },
        {
            "id": "9256763b-8738-46e0-b0e3-239ee654e7aa",
            "gambit_id": "0fcae533-b4ff-4f54-81cb-5804dbbee9f5",
            "last_updated": "2023-05-01T12:27:22.280451-04:00",
            "created_at": "2023-04-29T16:47:02.302971-04:00",
            "name": "Total Rounds Over 4.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eee88e0f-2c48-4463-bbc7-785830c2438d/?format=api"
        }
    ]
}