GET /api/bet_types/b14b7934-b6ef-4f97-a3d7-2a6754004929/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b14b7934-b6ef-4f97-a3d7-2a6754004929",
    "match": "https://api-prod.gambitprofit.com/api/matches/96f12d96-e08a-4988-ae12-138413707b5d/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-25T13:28:12.159766-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "71e383d2-6a02-4252-86f9-be59c13517c6",
            "gambit_id": "a24d0c05-124c-4a66-8e36-fcaa9d7b757b",
            "last_updated": "2024-01-26T20:48:21.005108-05:00",
            "created_at": "2024-01-25T13:28:12.165271-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b14b7934-b6ef-4f97-a3d7-2a6754004929/?format=api"
        },
        {
            "id": "2cc2d83f-ed03-48cf-9f9c-baf65b1e8350",
            "gambit_id": "d232a8ca-c655-441f-a055-53b656c0bd82",
            "last_updated": "2024-01-26T20:48:21.008314-05:00",
            "created_at": "2024-01-25T13:28:12.170588-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b14b7934-b6ef-4f97-a3d7-2a6754004929/?format=api"
        }
    ]
}