GET /api/bet_types/1781f593-8f71-4c39-a001-f687f6cfa185/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1781f593-8f71-4c39-a001-f687f6cfa185",
    "match": "https://api-prod.gambitprofit.com/api/matches/99ea611e-8745-4267-9a6e-1017a650da67/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Auburn",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10300.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 14.44,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Auburn",
                "amount": 9133.0
            },
            {
                "team": "San Jose State",
                "amount": 867.0
            }
        ],
        "expected_reward_tokens": 9406.95,
        "profit_sb": 406.95,
        "profit_sb_percentage": 4.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "166596ac-0052-4347-bdf1-5838841c2dfd",
            "gambit_id": "32f0bbc6-ea9d-4ab2-9f58-a1465ba2c148",
            "last_updated": "2022-09-11T09:57:39.299073-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "1.03000",
            "odds": "1.03330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1781f593-8f71-4c39-a001-f687f6cfa185/?format=api"
        },
        {
            "id": "eae34d2b-2fb6-4de6-8031-8eeb80b3e4fe",
            "gambit_id": "8de31fbd-43c7-4d08-92c4-3c3dd0034f7c",
            "last_updated": "2022-09-11T09:57:39.300121-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "10.85000",
            "odds": "12.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1781f593-8f71-4c39-a001-f687f6cfa185/?format=api"
        }
    ]
}