GET /api/bet_types/c9b427a9-b7f5-41fd-99b8-27666da5f34d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9b427a9-b7f5-41fd-99b8-27666da5f34d",
    "match": "https://api-prod.gambitprofit.com/api/matches/688df75c-88ef-4d66-bce9-f95c97868393/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-01T09:23:05.870661-04: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": "NYY",
                "amount": 6160.0
            },
            {
                "team": "STL",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "535f24fa-373f-44f2-8e7d-ee290cd3901a",
            "gambit_id": "b31ffa83-5ecb-413b-af2f-ce548392b11d",
            "last_updated": "2023-07-03T01:18:10.980116-04:00",
            "created_at": "2023-07-01T09:23:05.872724-04:00",
            "name": "NYY",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b427a9-b7f5-41fd-99b8-27666da5f34d/?format=api"
        },
        {
            "id": "e2b67d35-a502-493f-8b7f-21c7d5527a62",
            "gambit_id": "9c3ba5af-decd-44f6-b890-d67c945cbda9",
            "last_updated": "2023-07-03T01:18:10.981540-04:00",
            "created_at": "2023-07-01T09:23:05.874835-04:00",
            "name": "STL",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b427a9-b7f5-41fd-99b8-27666da5f34d/?format=api"
        }
    ]
}