GET /api/bet_types/a7641cc1-0382-463a-bb66-a2c5633a2723/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7641cc1-0382-463a-bb66-a2c5633a2723",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea6a4cc6-d1cf-45ec-98f5-1da459d69aca/?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": "PIT",
                "amount": 5214.0
            },
            {
                "team": "STL",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "56b513a1-e06f-4492-acaa-9bb38be334a1",
            "gambit_id": "18716b7c-92b4-401c-aaf7-68eb43d4bd45",
            "last_updated": "2022-10-02T15:17:30.265933-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7641cc1-0382-463a-bb66-a2c5633a2723/?format=api"
        },
        {
            "id": "f93b34ae-43a9-4555-a602-6496de7cf2c7",
            "gambit_id": "e284eda7-2849-43ee-9b7f-811b572a6cbb",
            "last_updated": "2022-10-02T15:17:30.264799-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7641cc1-0382-463a-bb66-a2c5633a2723/?format=api"
        }
    ]
}