GET /api/bet_types/5e1bf9ec-99c8-4633-8807-c31b7b270e0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e1bf9ec-99c8-4633-8807-c31b7b270e0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc83bdf0-2aee-4b7c-b01c-985ac369fd9c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:09.635338-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e564a0e-fa2b-481a-a373-68fe0357ae46",
            "gambit_id": "fc815a38-a90f-4d5c-965d-5b74f8df61d9",
            "last_updated": "2023-04-10T14:57:12.790228-04:00",
            "created_at": "2023-04-09T09:27:09.640478-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e1bf9ec-99c8-4633-8807-c31b7b270e0d/?format=api"
        },
        {
            "id": "0bf0f0af-0ed9-448d-b059-9c498dda0f21",
            "gambit_id": "be7729e5-53a8-486c-af2d-7c221e9fcbaf",
            "last_updated": "2023-04-10T14:57:12.786297-04:00",
            "created_at": "2023-04-09T09:27:09.637747-04:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e1bf9ec-99c8-4633-8807-c31b7b270e0d/?format=api"
        }
    ]
}