GET /api/bet_types/57e1c7f6-a2b2-4784-99fc-59175c6341f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57e1c7f6-a2b2-4784-99fc-59175c6341f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/4cb0f9f7-b23c-49a8-827b-9e6aa2bc36ff/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Toronto Defiant",
                "amount": 7066.0
            },
            {
                "team": "New York Excelsior",
                "amount": 2934.0
            }
        ],
        "expected_reward_tokens": 8831.34,
        "profit_sb": -168.66,
        "profit_sb_percentage": -1.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "180ce0d0-df52-4da4-989b-7d9baea42945",
            "gambit_id": "068f68e6-9593-426f-8998-1c96ce1d1c27",
            "last_updated": "2022-09-25T15:12:19.377839-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Defiant",
            "reward": "1.25000",
            "odds": "1.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57e1c7f6-a2b2-4784-99fc-59175c6341f8/?format=api"
        },
        {
            "id": "86b194cb-1583-4607-9f3b-15d367aab70d",
            "gambit_id": "fd836090-6bdd-4102-b67e-6eecd7669bcd",
            "last_updated": "2022-09-25T15:12:19.376731-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Excelsior",
            "reward": "3.01000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57e1c7f6-a2b2-4784-99fc-59175c6341f8/?format=api"
        }
    ]
}