GET /api/bet_types/fd096e7a-2cc8-4b49-aec0-9a050aaccfae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd096e7a-2cc8-4b49-aec0-9a050aaccfae",
    "match": "https://api-prod.gambitprofit.com/api/matches/49f4de65-b4e8-403d-b470-366a66937cea/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-25T09:07:02.994859-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 Knicks",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "85577f10-3ec1-43f5-9d83-b6dfb84283fc",
            "gambit_id": "0f9b090e-18c5-4428-9ae4-40cf5d9ea665",
            "last_updated": "2023-02-26T11:41:55.452605-05:00",
            "created_at": "2023-02-25T09:07:02.996132-05:00",
            "name": "New York Knicks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd096e7a-2cc8-4b49-aec0-9a050aaccfae/?format=api"
        },
        {
            "id": "072be045-7b3e-416a-b796-bb6f8c5cba44",
            "gambit_id": "ec622d64-1043-41f4-b3ab-f84eb5fa8303",
            "last_updated": "2023-02-26T11:41:55.451554-05:00",
            "created_at": "2023-02-25T09:07:02.997406-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd096e7a-2cc8-4b49-aec0-9a050aaccfae/?format=api"
        }
    ]
}