GET /api/bet_types/ae1d455e-99bf-4ea7-99d1-1af1cecfbf0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae1d455e-99bf-4ea7-99d1-1af1cecfbf0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fa9e514-cb35-4966-aa67-471f51ee70b3/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:43:01.000489-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": "New York Giants",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b997105-d0d3-484f-ba7c-cb28d1125d48",
            "gambit_id": "cb12c37c-f067-40f1-a54e-97cbf805b526",
            "last_updated": "2024-01-09T10:28:29.282574-05:00",
            "created_at": "2024-01-04T09:43:01.005258-05:00",
            "name": "New York Giants",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1d455e-99bf-4ea7-99d1-1af1cecfbf0e/?format=api"
        },
        {
            "id": "e21d6c6f-76cf-4943-bde9-f1ec581ee8a2",
            "gambit_id": "d45b55df-57b2-4fd3-8740-bd731a592006",
            "last_updated": "2024-01-09T10:28:29.286157-05:00",
            "created_at": "2024-01-04T09:43:01.009315-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1d455e-99bf-4ea7-99d1-1af1cecfbf0e/?format=api"
        }
    ]
}