GET /api/bet_types/ec2eb50a-b1fd-4ea3-9d82-59d24663c6c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec2eb50a-b1fd-4ea3-9d82-59d24663c6c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/95b3bbcf-c1e4-4e97-8968-959c5c5d6e93/?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 Seahawks",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1eb1a262-d2bb-4c40-b8a1-a0d220b1e93f",
            "gambit_id": "c2535989-57fc-4ace-8682-e642f619b534",
            "last_updated": "2022-09-26T10:02:20.562254-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec2eb50a-b1fd-4ea3-9d82-59d24663c6c6/?format=api"
        },
        {
            "id": "d327b8ce-bed2-459f-befa-cd23ac992ffb",
            "gambit_id": "5612ffbc-2075-4afb-a741-e401d4d932a3",
            "last_updated": "2022-09-26T10:02:20.563234-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec2eb50a-b1fd-4ea3-9d82-59d24663c6c6/?format=api"
        }
    ]
}