GET /api/bet_types/bded6c4d-57c6-47fe-bc54-ea295fe50cba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bded6c4d-57c6-47fe-bc54-ea295fe50cba",
    "match": "https://api-prod.gambitprofit.com/api/matches/3bc1d7ab-8a9f-47f7-9838-21dc76790d97/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:11.087925-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": "Dallas Cowboys",
                "amount": 5000.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d7f398b-c4a4-48ea-86ee-e338748107f5",
            "gambit_id": "69dd79ff-3bd0-4dcf-ae80-3b83aec6c05d",
            "last_updated": "2023-12-19T09:48:13.978556-05:00",
            "created_at": "2023-12-15T09:13:11.091966-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bded6c4d-57c6-47fe-bc54-ea295fe50cba/?format=api"
        },
        {
            "id": "c85176cf-2351-4b1c-adfc-5cf8ed464f5f",
            "gambit_id": "88c24b8e-58c3-44b8-82a1-9555fb8bca17",
            "last_updated": "2023-12-19T09:48:13.982231-05:00",
            "created_at": "2023-12-15T09:13:11.096130-05:00",
            "name": "Buffalo Bills",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bded6c4d-57c6-47fe-bc54-ea295fe50cba/?format=api"
        }
    ]
}