GET /api/bet_types/dbeac88c-7a74-487c-b2a7-67a3452870d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbeac88c-7a74-487c-b2a7-67a3452870d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2568edf3-1188-4ed9-9f66-59506a179460/?format=api",
    "name": "Pick the Winner",
    "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": "Denver Broncos",
                "amount": 5660.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 4340.0
            }
        ],
        "expected_reward_tokens": 9112.6,
        "profit_sb": 112.6,
        "profit_sb_percentage": 1.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "781967d8-db4c-43d6-86b3-29b6a9b15223",
            "gambit_id": "5724ba1f-4265-4413-9be4-221846e89c05",
            "last_updated": "2022-11-21T15:43:27.431912-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbeac88c-7a74-487c-b2a7-67a3452870d5/?format=api"
        },
        {
            "id": "276e0aeb-455d-45ef-97e4-f3ca7b5e8058",
            "gambit_id": "13e829df-5382-447a-8685-e6bdf5656b9a",
            "last_updated": "2022-11-21T15:43:27.432922-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "2.10000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbeac88c-7a74-487c-b2a7-67a3452870d5/?format=api"
        }
    ]
}