GET /api/bet_types/8ada4583-b8be-43eb-9ab1-416e27f0e05e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ada4583-b8be-43eb-9ab1-416e27f0e05e",
    "match": "https://api-prod.gambitprofit.com/api/matches/19375f97-5303-4ece-adee-c6d37dcc6a9e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-27T09:07:22.225200-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee979e4b-1877-4224-b85f-1e56f799a0b5",
            "gambit_id": "1f9e5363-1491-4bf3-acc1-9f8e0046314f",
            "last_updated": "2023-03-28T11:11:57.469737-04:00",
            "created_at": "2023-03-27T09:07:22.226900-04:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ada4583-b8be-43eb-9ab1-416e27f0e05e/?format=api"
        },
        {
            "id": "a7ab2d8e-4d80-4ed2-bc50-13a3e683e8a9",
            "gambit_id": "152ccdb4-336a-43cd-b686-d45be668e02f",
            "last_updated": "2023-03-28T11:11:57.471732-04:00",
            "created_at": "2023-03-27T09:07:22.228743-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ada4583-b8be-43eb-9ab1-416e27f0e05e/?format=api"
        }
    ]
}