GET /api/bet_types/776eedce-c818-4a9e-a005-984fdec30786/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "776eedce-c818-4a9e-a005-984fdec30786",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8dd848b-8f32-465b-a142-2d60c096af14/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T03:11:50.503850-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": "Andrew Angelcor",
                "amount": 5669.0
            },
            {
                "team": "David Bosnick",
                "amount": 4331.0
            }
        ],
        "expected_reward_tokens": 9353.85,
        "profit_sb": -146.15,
        "profit_sb_percentage": -1.54,
        "recommended": false
    },
    "lines": [
        {
            "id": "52e9a197-4820-424a-b754-3456885c9b64",
            "gambit_id": "88b3a180-372a-4b5d-83be-408067fcc863",
            "last_updated": "2023-03-03T19:57:17.074297-05:00",
            "created_at": "2023-02-23T03:11:50.505441-05:00",
            "name": "Andrew Angelcor",
            "reward": "1.65000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/776eedce-c818-4a9e-a005-984fdec30786/?format=api"
        },
        {
            "id": "e3f21853-ab21-412c-89a7-978ea337ec8c",
            "gambit_id": "760af4cc-53ca-4e78-aff7-38a4b84cd6b6",
            "last_updated": "2023-03-03T19:57:17.075370-05:00",
            "created_at": "2023-02-23T03:11:50.506838-05:00",
            "name": "David Bosnick",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/776eedce-c818-4a9e-a005-984fdec30786/?format=api"
        }
    ]
}