GET /api/bet_types/b5506498-d664-4175-adcf-b42b4b5ee717/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5506498-d664-4175-adcf-b42b4b5ee717",
    "match": "https://api-prod.gambitprofit.com/api/matches/acce6b17-57f9-4c1a-8a9c-ff0d1166d4e7/?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": "Washington Wizards",
                "amount": 5737.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4263.0
            }
        ],
        "expected_reward_tokens": 9121.83,
        "profit_sb": 121.83,
        "profit_sb_percentage": 1.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "be0f90ce-1203-4826-85ec-5e53f106f011",
            "gambit_id": "2405e8c3-1c9d-4a26-8041-cfb203422c6c",
            "last_updated": "2022-11-05T09:38:12.282011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5506498-d664-4175-adcf-b42b4b5ee717/?format=api"
        },
        {
            "id": "e54e1554-636a-427b-9f87-ff3620f0fb5c",
            "gambit_id": "f6b29fa9-afdc-47f3-9d78-546c0f3fa416",
            "last_updated": "2022-11-05T09:38:12.282986-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5506498-d664-4175-adcf-b42b4b5ee717/?format=api"
        }
    ]
}