GET /api/bet_types/43ac190b-eb25-4d89-acb1-3f5ca50c8083/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43ac190b-eb25-4d89-acb1-3f5ca50c8083",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ec7522f-28ff-4d8a-836b-10c3b6abab9c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-27T09:22:59.584660-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": "SEA",
                "amount": 5939.0
            },
            {
                "team": "HOU",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "02be93be-25ff-4b5a-b76a-a73a3bc7982f",
            "gambit_id": "1a82533b-4b6e-4ca4-8c08-d885a628f300",
            "last_updated": "2023-09-28T18:53:20.431860-04:00",
            "created_at": "2023-09-27T09:22:59.593491-04:00",
            "name": "SEA",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43ac190b-eb25-4d89-acb1-3f5ca50c8083/?format=api"
        },
        {
            "id": "6148e39b-a519-4c16-b287-22ec49762686",
            "gambit_id": "c13e9843-7f42-444d-97e3-a794804bc7a0",
            "last_updated": "2023-09-28T18:53:20.421248-04:00",
            "created_at": "2023-09-27T09:22:59.588896-04:00",
            "name": "HOU",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43ac190b-eb25-4d89-acb1-3f5ca50c8083/?format=api"
        }
    ]
}