GET /api/bet_types/c01ea387-a893-44d2-8415-7e6146c2d9e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c01ea387-a893-44d2-8415-7e6146c2d9e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/74c0bc32-1396-4dba-8ba5-ec2807b52343/?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 Flyers",
                "amount": 6869.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3131.0
            }
        ],
        "expected_reward_tokens": 9204.46,
        "profit_sb": 204.46,
        "profit_sb_percentage": 2.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "b50de760-aa2e-477b-b935-9c1ac1b28da0",
            "gambit_id": "f150bbe3-29ce-4467-ac1b-b64df5918c9d",
            "last_updated": "2022-11-11T21:37:25.867388-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c01ea387-a893-44d2-8415-7e6146c2d9e1/?format=api"
        },
        {
            "id": "13953a51-9107-4d58-b8a0-34b02f7d9a2a",
            "gambit_id": "88dbd777-3e0b-4ff0-8cad-56133917b045",
            "last_updated": "2022-11-11T21:37:25.866261-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.94000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c01ea387-a893-44d2-8415-7e6146c2d9e1/?format=api"
        }
    ]
}