GET /api/bet_types/6b6355eb-cf9b-48c2-8344-4258ef011bd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b6355eb-cf9b-48c2-8344-4258ef011bd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/44ed1b42-de95-4b6a-a373-80c26d631210/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-02T08:28:11.242970-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": "Pittsburgh Penguins",
                "amount": 6163.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "45b14cfa-2e54-4733-bbdd-2b37ecbf2df5",
            "gambit_id": "55ba50d3-3ca4-49e2-b601-bfb5b2dfee2f",
            "last_updated": "2023-12-04T15:23:33.867956-05:00",
            "created_at": "2023-12-02T08:28:11.253333-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b6355eb-cf9b-48c2-8344-4258ef011bd5/?format=api"
        },
        {
            "id": "c3cece51-8abf-4d12-9851-f8cff1db96fb",
            "gambit_id": "df8bdfa3-a9d1-4519-a6f6-e7a24ec465b1",
            "last_updated": "2023-12-04T15:23:33.864421-05:00",
            "created_at": "2023-12-02T08:28:11.248363-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b6355eb-cf9b-48c2-8344-4258ef011bd5/?format=api"
        }
    ]
}