GET /api/bet_types/fba0fd00-58c4-4875-bb2f-5b32a0cc1f8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fba0fd00-58c4-4875-bb2f-5b32a0cc1f8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5b53d54-3a6c-41a3-b4e1-700af800ae05/?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": "Montreal Canadiens",
                "amount": 6675.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3325.0
            }
        ],
        "expected_reward_tokens": 9077.25,
        "profit_sb": 77.25,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "53a0bbb7-70af-4bc5-8708-a4116d2be8ec",
            "gambit_id": "1804cfee-e16d-4655-a761-2cdf98cb7a63",
            "last_updated": "2022-12-20T20:12:22.623909-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fba0fd00-58c4-4875-bb2f-5b32a0cc1f8e/?format=api"
        },
        {
            "id": "59a78049-c8ea-4304-bc30-3e7c50d107d7",
            "gambit_id": "95c865b3-6af6-4217-ad5b-9c38f9e7034e",
            "last_updated": "2022-12-20T20:12:22.622891-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.73000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fba0fd00-58c4-4875-bb2f-5b32a0cc1f8e/?format=api"
        }
    ]
}