GET /api/bet_types/95f04f09-3f42-4632-8672-c7a49c9ef0a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95f04f09-3f42-4632-8672-c7a49c9ef0a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/75c0d5ce-2209-4332-acb4-ede8937c7faa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-18T08:48:23.722694-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": "Ottawa Senators",
                "amount": 6160.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "b90c44ae-a625-4920-a44b-1115d1f0a634",
            "gambit_id": "7a8e6906-f364-431f-8470-806531ee104d",
            "last_updated": "2023-10-19T10:13:22.784760-04:00",
            "created_at": "2023-10-18T08:48:23.734121-04:00",
            "name": "Ottawa Senators",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95f04f09-3f42-4632-8672-c7a49c9ef0a1/?format=api"
        },
        {
            "id": "6673f940-1021-4c4f-886e-10b291e9b129",
            "gambit_id": "5e6271d9-deac-4d5d-a597-dbb8d27da947",
            "last_updated": "2023-10-19T10:13:22.780171-04:00",
            "created_at": "2023-10-18T08:48:23.729527-04:00",
            "name": "Washington Capitals",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95f04f09-3f42-4632-8672-c7a49c9ef0a1/?format=api"
        }
    ]
}