GET /api/bet_types/1e26dd2b-50f3-4c2a-a12c-74d9ec95065d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e26dd2b-50f3-4c2a-a12c-74d9ec95065d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8926f63-385e-4240-b300-35c77fc79e13/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:01:59.136316-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": "New York Rangers",
                "amount": 7158.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 2842.0
            }
        ],
        "expected_reward_tokens": 9520.14,
        "profit_sb": 20.14,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "071950ea-a0e2-43be-94d3-b23f0c4b4925",
            "gambit_id": "d2ee660a-586e-4e44-9b8c-1e6b2335a21d",
            "last_updated": "2023-04-10T15:17:16.584583-04:00",
            "created_at": "2023-04-08T09:01:59.138939-04:00",
            "name": "New York Rangers",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e26dd2b-50f3-4c2a-a12c-74d9ec95065d/?format=api"
        },
        {
            "id": "70bc2547-9175-4613-ae96-df8a3730d82d",
            "gambit_id": "9087ba40-a5ba-4632-9647-04a0ef343ab9",
            "last_updated": "2023-04-10T15:17:16.582125-04:00",
            "created_at": "2023-04-08T09:01:59.137613-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e26dd2b-50f3-4c2a-a12c-74d9ec95065d/?format=api"
        }
    ]
}