GET /api/bet_types/178df761-b2df-45f2-95ee-56f39a4bc4fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "178df761-b2df-45f2-95ee-56f39a4bc4fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/702c594d-093c-4ab3-bb79-06686579f1b1/?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": "Brooklyn Nets",
                "amount": 5696.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "6cd58d4e-c903-4f5a-948d-319fdf0235bd",
            "gambit_id": "72734ad5-309f-47c2-bb81-36ef3bc46965",
            "last_updated": "2022-10-22T09:22:27.581989-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/178df761-b2df-45f2-95ee-56f39a4bc4fe/?format=api"
        },
        {
            "id": "f012af0e-4f57-4d77-a859-fbb635cda918",
            "gambit_id": "0ab68cf6-e787-460f-88c3-73477e44c8c2",
            "last_updated": "2022-10-22T09:22:27.582958-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/178df761-b2df-45f2-95ee-56f39a4bc4fe/?format=api"
        }
    ]
}