GET /api/bet_types/1cad1be0-adef-4b9c-a33c-d89c5d37bbdc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cad1be0-adef-4b9c-a33c-d89c5d37bbdc",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c172598-558e-4b00-be45-3dc07607bcc4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-10T09:02:09.328811-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": "Memphis Grizzlies",
                "amount": 7115.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 2885.0
            }
        ],
        "expected_reward_tokens": 9605.25,
        "profit_sb": 105.25,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a121f40-ca91-498d-8f01-4515f3361f36",
            "gambit_id": "9ccfb85a-6c37-45a3-9966-60dfb3cd1bdf",
            "last_updated": "2023-02-11T17:52:31.178412-05:00",
            "created_at": "2023-02-10T09:02:09.330202-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.35000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cad1be0-adef-4b9c-a33c-d89c5d37bbdc/?format=api"
        },
        {
            "id": "71ce871a-78b6-4b39-aad3-4c3a2db9b2fd",
            "gambit_id": "cddf8137-380d-4fab-886b-37fe52144fb5",
            "last_updated": "2023-02-11T17:52:31.179637-05:00",
            "created_at": "2023-02-10T09:02:09.331559-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cad1be0-adef-4b9c-a33c-d89c5d37bbdc/?format=api"
        }
    ]
}