GET /api/bet_types/9733159e-df68-4402-b55f-88dbc909a6f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9733159e-df68-4402-b55f-88dbc909a6f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/132c199f-e4a6-4bff-b2c6-f7a4f00bf260/?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": "Western Michigan",
                "amount": 6659.0
            },
            {
                "team": "Ball State",
                "amount": 3341.0
            }
        ],
        "expected_reward_tokens": 9187.75,
        "profit_sb": 187.75,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "a52cf490-e96e-4566-829d-a9f6e1499b95",
            "gambit_id": "76e97e8b-3dd7-4165-8496-25f461036d2a",
            "last_updated": "2022-09-11T11:02:02.386407-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Michigan",
            "reward": "1.38000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9733159e-df68-4402-b55f-88dbc909a6f0/?format=api"
        },
        {
            "id": "b3fe436b-4586-4c08-b0e5-3bf9ef3b41ec",
            "gambit_id": "0086576f-8e2d-4b46-bd49-b32f65838727",
            "last_updated": "2022-09-11T11:02:02.385293-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ball State",
            "reward": "2.75000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9733159e-df68-4402-b55f-88dbc909a6f0/?format=api"
        }
    ]
}