GET /api/bet_types/27dbfe72-fcda-4ace-b7be-b904dd2b3506/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27dbfe72-fcda-4ace-b7be-b904dd2b3506",
    "match": "https://api-prod.gambitprofit.com/api/matches/768da15f-9ed6-4d98-95ca-a55b3d455174/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-18T08:46:57.103218-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": "Boston Celtics",
                "amount": 6308.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "da860855-67e4-42b3-a0fa-bc7fb49acbcf",
            "gambit_id": "282839c5-5049-4641-a031-fa14aa3cfccb",
            "last_updated": "2023-03-19T16:56:50.583396-04:00",
            "created_at": "2023-03-18T08:46:57.108166-04:00",
            "name": "Boston Celtics",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27dbfe72-fcda-4ace-b7be-b904dd2b3506/?format=api"
        },
        {
            "id": "c9413a06-3f1c-4bb0-898c-eac07fca6a20",
            "gambit_id": "22cd31f5-3e55-4bf9-9d6f-1964a462ab5c",
            "last_updated": "2023-03-19T16:56:50.581909-04:00",
            "created_at": "2023-03-18T08:46:57.105434-04:00",
            "name": "Utah Jazz",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27dbfe72-fcda-4ace-b7be-b904dd2b3506/?format=api"
        }
    ]
}