GET /api/bet_types/cd57fcd4-9678-4efa-b860-369faf2a35f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd57fcd4-9678-4efa-b860-369faf2a35f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/db152f26-9f26-4e85-ab9f-5813ce2f5f19/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-10T17:42:05.349094-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 Islanders",
                "amount": 6715.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3285.0
            }
        ],
        "expected_reward_tokens": 9065.25,
        "profit_sb": 65.25,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "f58b9fc2-35f0-4de6-be15-17eca2dff5b8",
            "gambit_id": "de1c75ef-1631-42f1-83d1-3315d7a337a0",
            "last_updated": "2023-01-11T10:46:58.087939-05:00",
            "created_at": "2023-01-10T17:42:05.350297-05:00",
            "name": "New York Islanders",
            "reward": "1.35000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd57fcd4-9678-4efa-b860-369faf2a35f4/?format=api"
        },
        {
            "id": "272ecfc3-9ed4-4bed-9fa1-05a4773b680d",
            "gambit_id": "005ed23c-3a40-4840-b7b1-89b74e6aa40c",
            "last_updated": "2023-01-11T10:46:58.089052-05:00",
            "created_at": "2023-01-10T17:42:05.351578-05:00",
            "name": "Dallas Stars",
            "reward": "2.76000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd57fcd4-9678-4efa-b860-369faf2a35f4/?format=api"
        }
    ]
}