GET /api/bet_types/784a68d9-2826-4296-bf99-0aafa49e79c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "784a68d9-2826-4296-bf99-0aafa49e79c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6933764-7e8c-4d43-bb8a-23fccf3da1e8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-28T11:22:20.777473-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": "PHI",
                "amount": 6010.0
            },
            {
                "team": "HOU",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "b33803a1-988a-40e2-8299-933682e460d4",
            "gambit_id": "2e49eda6-0c7a-40bf-a19d-8a4edf098896",
            "last_updated": "2023-04-30T12:47:17.955913-04:00",
            "created_at": "2023-04-28T11:22:20.779989-04:00",
            "name": "PHI",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/784a68d9-2826-4296-bf99-0aafa49e79c2/?format=api"
        },
        {
            "id": "dc5f2b39-a5fe-4158-8e61-b3572db87ffa",
            "gambit_id": "5ecb11ec-7b74-47fb-baf2-833a70698f62",
            "last_updated": "2023-04-30T12:47:17.954229-04:00",
            "created_at": "2023-04-28T11:22:20.778726-04:00",
            "name": "HOU",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/784a68d9-2826-4296-bf99-0aafa49e79c2/?format=api"
        }
    ]
}