GET /api/bet_types/aab2474e-6d9e-4f41-b570-487486c79499/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aab2474e-6d9e-4f41-b570-487486c79499",
    "match": "https://api-prod.gambitprofit.com/api/matches/24bd00b6-ca1b-417e-a242-d594a5da5c54/?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": "CLE",
                "amount": 5680.0
            },
            {
                "team": "SEA",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "529d6482-092e-4308-a83b-3353f565eb9c",
            "gambit_id": "28aa2056-e42e-40e8-bdf4-cfa8ce0b2f00",
            "last_updated": "2022-08-28T11:27:23.523845-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aab2474e-6d9e-4f41-b570-487486c79499/?format=api"
        },
        {
            "id": "1b1c0990-58ec-4fb6-84a3-8a60932404a2",
            "gambit_id": "fd8ad1b6-940a-4c64-bba3-89089b475d6b",
            "last_updated": "2022-08-28T11:27:23.523337-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aab2474e-6d9e-4f41-b570-487486c79499/?format=api"
        }
    ]
}