GET /api/bet_types/b1496d2a-70e9-4d38-a62b-877e115a2439/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1496d2a-70e9-4d38-a62b-877e115a2439",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5551a30-9246-411a-8845-7847b86e6105/?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": "Los Angeles Rams",
                "amount": 5000.0
            },
            {
                "team": "San Francisco 49ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "06d2ad00-e1b9-463b-afd6-68a143e9a428",
            "gambit_id": "09b61dbc-57b5-43a2-8140-383d26742bce",
            "last_updated": "2022-10-31T11:36:58.110500-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1496d2a-70e9-4d38-a62b-877e115a2439/?format=api"
        },
        {
            "id": "cdb99d77-04c2-48b1-b056-273ac373e7f0",
            "gambit_id": "9da0eb28-e46b-48c3-8577-68aaba9305dd",
            "last_updated": "2022-10-31T11:36:58.111539-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1496d2a-70e9-4d38-a62b-877e115a2439/?format=api"
        }
    ]
}