GET /api/bet_types/42433b14-a942-4d66-b5b8-a11283fbf921/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42433b14-a942-4d66-b5b8-a11283fbf921",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9d44b79-9002-4c35-829a-e2fcbc92e0fe/?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": "Seattle Kraken",
                "amount": 6563.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b86463d-c284-4032-9982-ca4f55220563",
            "gambit_id": "4a3adc51-00c6-43b5-8764-d4281ae8ae1b",
            "last_updated": "2022-10-31T11:07:10.247567-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42433b14-a942-4d66-b5b8-a11283fbf921/?format=api"
        },
        {
            "id": "98bc3b90-9f54-46c5-a7a2-decad9f2f828",
            "gambit_id": "96d3e0fd-c5a8-493b-8c8d-042d93d5c1f8",
            "last_updated": "2022-10-31T11:07:10.248503-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42433b14-a942-4d66-b5b8-a11283fbf921/?format=api"
        }
    ]
}