GET /api/bet_types/b357eb06-0bf6-4e93-bf5a-8c3e783b18f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b357eb06-0bf6-4e93-bf5a-8c3e783b18f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/756fdbdb-c686-4133-a517-71daec3e429c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-15T12:27:12.603092-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": "MIA (B Garrett)",
                "amount": 5325.0
            },
            {
                "team": "ARI (R Nelson)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "e715d0f8-fd4d-4cc3-8a03-210f92b01b85",
            "gambit_id": "8f13582c-34b2-4758-9ea4-d84e5b135db4",
            "last_updated": "2023-04-16T18:02:16.989519-04:00",
            "created_at": "2023-04-15T12:27:12.604399-04:00",
            "name": "MIA (B Garrett)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b357eb06-0bf6-4e93-bf5a-8c3e783b18f5/?format=api"
        },
        {
            "id": "e92433ff-b972-4492-a227-23c2b6467b5f",
            "gambit_id": "5fe1def3-7347-4595-97dc-1fc5e82579b9",
            "last_updated": "2023-04-16T18:02:16.991879-04:00",
            "created_at": "2023-04-15T12:27:12.605858-04:00",
            "name": "ARI (R Nelson)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b357eb06-0bf6-4e93-bf5a-8c3e783b18f5/?format=api"
        }
    ]
}