GET /api/bet_types/b42e1515-927b-450b-be18-80ceb2763313/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b42e1515-927b-450b-be18-80ceb2763313",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ced3bf6-96e2-4646-a798-be3e16656892/?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": "BAL (S Watkins)",
                "amount": 5885.0
            },
            {
                "team": "CHC (A Sampson)",
                "amount": 4115.0
            }
        ],
        "expected_reward_tokens": 9298.3,
        "profit_sb": 298.3,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "dce83fcf-cc41-46ba-9968-724cf49ad992",
            "gambit_id": "3c6ebf59-2c0c-4f50-ad85-20c5e1fef9e4",
            "last_updated": "2022-08-19T09:51:52.284586-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (S Watkins)",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b42e1515-927b-450b-be18-80ceb2763313/?format=api"
        },
        {
            "id": "c31edabf-0a5d-4627-98ad-604ab10ec2e6",
            "gambit_id": "77337ff3-8328-4add-8a48-50b2ff0f5bf6",
            "last_updated": "2022-08-19T09:51:52.285056-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (A Sampson)",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b42e1515-927b-450b-be18-80ceb2763313/?format=api"
        }
    ]
}