GET /api/bet_types/dafcd60b-e8c1-422a-84a5-c67ed680adee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dafcd60b-e8c1-422a-84a5-c67ed680adee",
    "match": "https://api-prod.gambitprofit.com/api/matches/4646f328-1a45-4443-a626-2477eb1bf3ff/?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": "New York Islanders",
                "amount": 6731.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3269.0
            }
        ],
        "expected_reward_tokens": 9153.2,
        "profit_sb": 153.2,
        "profit_sb_percentage": 1.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "cf32ded5-ce3b-4cfc-9ce3-d54941fc761c",
            "gambit_id": "b1fd1777-acf5-4296-89d6-16b95020e6ec",
            "last_updated": "2022-11-08T11:02:11.606712-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.36000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dafcd60b-e8c1-422a-84a5-c67ed680adee/?format=api"
        },
        {
            "id": "701af897-6e59-4b2d-b853-d939798e44c2",
            "gambit_id": "0eeaf411-9abf-4640-afab-223337dc94a4",
            "last_updated": "2022-11-08T11:02:11.607812-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.80000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dafcd60b-e8c1-422a-84a5-c67ed680adee/?format=api"
        }
    ]
}