GET /api/bet_types/8938c5b4-d2a4-4c95-b27c-74238bb7c820/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8938c5b4-d2a4-4c95-b27c-74238bb7c820",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc14557f-d7ea-4dd1-86c5-f8d155d12b9f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-24T09:06:58.497648-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": "Chicago Bulls",
                "amount": 5106.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "5de6ee6a-ae18-4fff-869d-5816874009ab",
            "gambit_id": "47ae7fae-990c-4f50-bfba-2a66fbd20522",
            "last_updated": "2023-02-25T17:31:59.964277-05:00",
            "created_at": "2023-02-24T09:06:58.498869-05:00",
            "name": "Chicago Bulls",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8938c5b4-d2a4-4c95-b27c-74238bb7c820/?format=api"
        },
        {
            "id": "35d83a06-a724-4e42-a35a-246c4a6f262b",
            "gambit_id": "4d015431-b5f0-46c7-9a91-64905d92c298",
            "last_updated": "2023-02-25T17:31:59.965686-05:00",
            "created_at": "2023-02-24T09:06:58.500178-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8938c5b4-d2a4-4c95-b27c-74238bb7c820/?format=api"
        }
    ]
}