GET /api/bet_types/ed876cde-d80d-49a0-84aa-5f8c68f7c134/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed876cde-d80d-49a0-84aa-5f8c68f7c134",
    "match": "https://api-prod.gambitprofit.com/api/matches/530cd3f0-ede9-42b0-82e7-a35d03866136/?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": "PHI",
                "amount": 5945.0
            },
            {
                "team": "HOU",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bb14144-0480-4227-8249-4f499f9bc1d2",
            "gambit_id": "f6b636d6-c8a1-4b4e-845d-57fbf0d1c779",
            "last_updated": "2022-10-29T10:32:12.120869-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed876cde-d80d-49a0-84aa-5f8c68f7c134/?format=api"
        },
        {
            "id": "ba6b5a5a-473d-42f7-adc4-4c842ffc7db5",
            "gambit_id": "d1788f0e-f0d8-4e1a-8657-2c3518ee55e1",
            "last_updated": "2022-10-29T10:32:12.119848-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed876cde-d80d-49a0-84aa-5f8c68f7c134/?format=api"
        }
    ]
}