GET /api/bet_types/ed0a2884-985e-455a-bd10-ee0ca75e6b6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed0a2884-985e-455a-bd10-ee0ca75e6b6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca9ded90-65b7-4daf-a3be-587472ad7419/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-22T09:58:23.280379-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": "BOS (C Sale)",
                "amount": 6564.0
            },
            {
                "team": "CWS (T Toussaint)",
                "amount": 3436.0
            }
        ],
        "expected_reward_tokens": 9517.72,
        "profit_sb": 17.72,
        "profit_sb_percentage": 0.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "dcc814b1-febf-4bed-8666-80948392f299",
            "gambit_id": "32af6ceb-65ba-4331-b997-b547db18fed5",
            "last_updated": "2023-09-23T20:53:10.722583-04:00",
            "created_at": "2023-09-22T09:58:23.289316-04:00",
            "name": "BOS (C Sale)",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed0a2884-985e-455a-bd10-ee0ca75e6b6d/?format=api"
        },
        {
            "id": "44855132-29fe-4d32-87b4-303dcba76758",
            "gambit_id": "45e04038-77e6-423c-b448-0ccd922a288d",
            "last_updated": "2023-09-23T20:53:10.714985-04:00",
            "created_at": "2023-09-22T09:58:23.285065-04:00",
            "name": "CWS (T Toussaint)",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed0a2884-985e-455a-bd10-ee0ca75e6b6d/?format=api"
        }
    ]
}