GET /api/bet_types/86ef83fd-0f68-460f-a50c-ffe0cdb7395b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86ef83fd-0f68-460f-a50c-ffe0cdb7395b",
    "match": "https://api-prod.gambitprofit.com/api/matches/484d652e-5dcc-4d68-9d1b-8237a9f6a2c9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-05T08:38:25.444126-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": "TOR (J Berrios)",
                "amount": 5325.0
            },
            {
                "team": "CWS (L Lynn)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "40898282-c950-45fd-84f9-5c23cf898d80",
            "gambit_id": "bfcc3c0a-7cfc-481a-bf7f-897365120f03",
            "last_updated": "2023-07-08T09:42:56.505187-04:00",
            "created_at": "2023-07-05T08:38:25.445835-04:00",
            "name": "TOR (J Berrios)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86ef83fd-0f68-460f-a50c-ffe0cdb7395b/?format=api"
        },
        {
            "id": "29ba89e2-8acd-472e-bda3-976ab9575af1",
            "gambit_id": "df96349d-2913-4230-b82d-f130ee1acf0e",
            "last_updated": "2023-07-08T09:42:56.507353-04:00",
            "created_at": "2023-07-05T08:38:25.447784-04:00",
            "name": "CWS (L Lynn)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86ef83fd-0f68-460f-a50c-ffe0cdb7395b/?format=api"
        }
    ]
}