GET /api/bet_types/a89ca9c5-aed8-42c0-a180-39001d7e8518/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a89ca9c5-aed8-42c0-a180-39001d7e8518",
    "match": "https://api-prod.gambitprofit.com/api/matches/86c78597-fe95-4da7-9660-dbd19e81de6e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:15.436086-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 Knicks",
                "amount": 7955.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 2045.0
            }
        ],
        "expected_reward_tokens": 9466.45,
        "profit_sb": -33.55,
        "profit_sb_percentage": -0.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1cd8011-fba4-4e34-8fc4-68ef36faf5f2",
            "gambit_id": "9a978563-ded6-4f4c-b705-7b8ae42146a2",
            "last_updated": "2024-01-16T11:08:14.917620-05:00",
            "created_at": "2024-01-13T09:38:15.439799-05:00",
            "name": "New York Knicks",
            "reward": "1.19000",
            "odds": "1.19610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a89ca9c5-aed8-42c0-a180-39001d7e8518/?format=api"
        },
        {
            "id": "1b6bfa7f-4ca3-491b-833c-ed7448f0f13f",
            "gambit_id": "0cc515fd-a4b6-450d-aa94-119d0b192755",
            "last_updated": "2024-01-16T11:08:14.931288-05:00",
            "created_at": "2024-01-13T09:38:15.443702-05:00",
            "name": "Memphis Grizzlies",
            "reward": "4.63000",
            "odds": "4.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a89ca9c5-aed8-42c0-a180-39001d7e8518/?format=api"
        }
    ]
}