GET /api/bet_types/cfb9c16a-ee88-41af-871f-4820eff1aaa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfb9c16a-ee88-41af-871f-4820eff1aaa0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce706c7c-1d85-4507-b0f8-2d5c06b93b3c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-24T18:31:58.486999-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "435c3569-047b-42db-802c-0b575f32a091",
            "gambit_id": "61331ecb-e395-4029-85ed-9c08886e184c",
            "last_updated": "2023-04-25T11:42:24.197286-04:00",
            "created_at": "2023-04-24T18:31:58.489699-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfb9c16a-ee88-41af-871f-4820eff1aaa0/?format=api"
        },
        {
            "id": "953dc3d9-c06b-4ead-9697-894353140f55",
            "gambit_id": "bc5edee0-7aa9-468e-8d78-f6e0e325fbd8",
            "last_updated": "2023-04-25T11:42:24.198945-04:00",
            "created_at": "2023-04-24T18:31:58.492236-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfb9c16a-ee88-41af-871f-4820eff1aaa0/?format=api"
        }
    ]
}