GET /api/bet_types/8570b2e3-1026-40dc-a7a2-e224c7ee7026/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8570b2e3-1026-40dc-a7a2-e224c7ee7026",
    "match": "https://api-prod.gambitprofit.com/api/matches/5184d4d7-f30d-466b-a407-29c674500eee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-02T09:28:02.221515-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": "TEX (D Dunning)",
                "amount": 6060.0
            },
            {
                "team": "CWS (D Cease)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "770ee462-65c5-44a9-965b-c8c44885d88c",
            "gambit_id": "ac1f4bfa-95bc-408a-b669-b7134fe52de1",
            "last_updated": "2023-08-03T10:58:04.355242-04:00",
            "created_at": "2023-08-02T09:28:02.233291-04:00",
            "name": "TEX (D Dunning)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8570b2e3-1026-40dc-a7a2-e224c7ee7026/?format=api"
        },
        {
            "id": "c351a98b-245b-471d-9dac-679b16cb921d",
            "gambit_id": "14d62a3c-8968-4563-9cde-00ea965ea34a",
            "last_updated": "2023-08-03T10:58:04.349719-04:00",
            "created_at": "2023-08-02T09:28:02.226742-04:00",
            "name": "CWS (D Cease)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8570b2e3-1026-40dc-a7a2-e224c7ee7026/?format=api"
        }
    ]
}