GET /api/bet_types/0a96f04b-ac39-488d-a4ae-9bc55f73efff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a96f04b-ac39-488d-a4ae-9bc55f73efff",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4627f2d-255e-4f2a-a38d-3a39ca223086/?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": "Kent State",
                "amount": 6475.0
            },
            {
                "team": "Miami-Ohio",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "92bb3360-4255-4074-b959-0118e9ce7517",
            "gambit_id": "625928d5-35a4-44c0-856d-a6980e11d280",
            "last_updated": "2022-10-11T10:57:33.600978-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a96f04b-ac39-488d-a4ae-9bc55f73efff/?format=api"
        },
        {
            "id": "c5a4016f-c721-4da1-a4e9-781b082f7ed0",
            "gambit_id": "69769ab2-762b-4914-b5ff-3784e7c04f27",
            "last_updated": "2022-10-11T10:57:33.600068-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a96f04b-ac39-488d-a4ae-9bc55f73efff/?format=api"
        }
    ]
}