GET /api/bet_types/8269c78c-0784-45c5-93ce-84ef8097f647/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8269c78c-0784-45c5-93ce-84ef8097f647",
    "match": "https://api-prod.gambitprofit.com/api/matches/be641660-8df2-4f68-82b2-4739b924f972/?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": "Philadelphia Eagles",
                "amount": 5000.0
            },
            {
                "team": "Washington Commanders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbc9d33c-b078-452b-8c3f-88db9baf4587",
            "gambit_id": "1f331059-642b-4a7a-8bba-d18b11248276",
            "last_updated": "2022-11-15T09:52:30.238026-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8269c78c-0784-45c5-93ce-84ef8097f647/?format=api"
        },
        {
            "id": "5c85a42c-e7c2-45ec-a39c-8c98a74617c6",
            "gambit_id": "17dbb1ea-9aee-4566-9556-a8a71d00882a",
            "last_updated": "2022-11-15T09:52:30.239079-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8269c78c-0784-45c5-93ce-84ef8097f647/?format=api"
        }
    ]
}