GET /api/bet_types/16f7fb1f-4fa1-46a9-b910-d00b79fc6b0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16f7fb1f-4fa1-46a9-b910-d00b79fc6b0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/df849ce1-9121-46ea-af60-873851d04e6c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-03T09:37:57.210134-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": 5107.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "caa2158e-47a7-4dce-9ed0-e9f4996947e5",
            "gambit_id": "30b74559-b278-4ed9-973f-38082bbe6963",
            "last_updated": "2024-01-05T13:58:01.704117-05:00",
            "created_at": "2024-01-03T09:37:57.218518-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16f7fb1f-4fa1-46a9-b910-d00b79fc6b0c/?format=api"
        },
        {
            "id": "e73f1488-0083-4494-a822-b4a38cda644f",
            "gambit_id": "88884f1a-9c9b-4d45-b59d-b2b011d6e792",
            "last_updated": "2024-01-05T13:58:01.700006-05:00",
            "created_at": "2024-01-03T09:37:57.213467-05:00",
            "name": "Toronto Raptors",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16f7fb1f-4fa1-46a9-b910-d00b79fc6b0c/?format=api"
        }
    ]
}