GET /api/bet_types/f95cc926-bbbb-41c0-a9af-f839e0e4db2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f95cc926-bbbb-41c0-a9af-f839e0e4db2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1be7bac-17d9-4d67-ab0b-1ea05c4bd5b4/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "CHC",
                "amount": 5916.0
            },
            {
                "team": "MIL",
                "amount": 4084.0
            }
        ],
        "expected_reward_tokens": 9228.96,
        "profit_sb": 228.96,
        "profit_sb_percentage": 2.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "700183f2-efa0-4558-8a0f-51ea4316df36",
            "gambit_id": "bcb45a9f-c756-4b91-b506-32cd257f69f8",
            "last_updated": "2022-08-27T12:27:01.634851-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f95cc926-bbbb-41c0-a9af-f839e0e4db2c/?format=api"
        },
        {
            "id": "a488c9ea-0679-45b2-936b-83c4e567314c",
            "gambit_id": "88aad3a8-830c-47b7-969a-0b9f16d25525",
            "last_updated": "2022-08-27T12:27:01.634366-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f95cc926-bbbb-41c0-a9af-f839e0e4db2c/?format=api"
        }
    ]
}