GET /api/bet_types/93577a84-6ba2-45fa-80e6-f227f56d93ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93577a84-6ba2-45fa-80e6-f227f56d93ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f272060-72f4-4165-9734-1d428277d817/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-04T10:52:11.236924-04: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": "MIN (P Lopez)",
                "amount": 5711.0
            },
            {
                "team": "CWS (L Giolito)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "60713532-ff3f-4eb0-9635-6c0b5846952d",
            "gambit_id": "41287295-7b62-4e37-b05a-e8c39826bd47",
            "last_updated": "2023-05-05T11:47:10.371664-04:00",
            "created_at": "2023-05-04T10:52:11.241585-04:00",
            "name": "MIN (P Lopez)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93577a84-6ba2-45fa-80e6-f227f56d93ed/?format=api"
        },
        {
            "id": "e877f74c-fa44-47a0-b9ac-d2d70cbb2a7c",
            "gambit_id": "9fd9925b-a60e-4c3d-b37b-417c903dac0e",
            "last_updated": "2023-05-05T11:47:10.369916-04:00",
            "created_at": "2023-05-04T10:52:11.239195-04:00",
            "name": "CWS (L Giolito)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93577a84-6ba2-45fa-80e6-f227f56d93ed/?format=api"
        }
    ]
}