GET /api/bet_types/14d7a285-8421-42fb-9d6a-957c288f637e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14d7a285-8421-42fb-9d6a-957c288f637e",
    "match": "https://api-prod.gambitprofit.com/api/matches/133c75b2-284e-45a0-90b6-7460a6d0f607/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-07T09:27:15.277512-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cff4427c-8646-45f7-a017-1358aad85a0a",
            "gambit_id": "a97ffe93-abf2-49b3-b259-46d0e71783f7",
            "last_updated": "2023-04-08T20:47:04.008283-04:00",
            "created_at": "2023-04-07T09:27:15.279761-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14d7a285-8421-42fb-9d6a-957c288f637e/?format=api"
        },
        {
            "id": "f811ae5d-fe50-4a18-806c-6b60672c48d7",
            "gambit_id": "9424de32-da4c-4b84-89d6-b659a083bbf8",
            "last_updated": "2023-04-08T20:47:04.010175-04:00",
            "created_at": "2023-04-07T09:27:15.282364-04:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14d7a285-8421-42fb-9d6a-957c288f637e/?format=api"
        }
    ]
}