GET /api/bet_types/97ec677f-b8e7-4cd6-b40d-91b323f5dffd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97ec677f-b8e7-4cd6-b40d-91b323f5dffd",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d2b8d7b-9697-4d03-9c90-8f56b441de54/?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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cdb7b42a-2bdc-41a1-a79f-54842804b2ef",
            "gambit_id": "c09cf338-30e3-4ec2-9bec-3213a0ca13e4",
            "last_updated": "2022-11-14T11:28:09.825070-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97ec677f-b8e7-4cd6-b40d-91b323f5dffd/?format=api"
        },
        {
            "id": "ea61e20f-acd6-4e2f-a8f8-0fcf790622ce",
            "gambit_id": "c4f8889f-8a6f-4a2b-b5ad-f915498a9117",
            "last_updated": "2022-11-14T11:28:09.826093-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97ec677f-b8e7-4cd6-b40d-91b323f5dffd/?format=api"
        }
    ]
}