GET /api/bet_types/e3b930a7-c59c-45a5-ba2b-42419b6c6411/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3b930a7-c59c-45a5-ba2b-42419b6c6411",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc0cc73e-5516-4a37-bc86-e99cd20e7373/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-16T08:23:00.412001-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": "SEA (B Woo)",
                "amount": 5527.0
            },
            {
                "team": "CWS (M Kopech)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb31d529-7c5c-47c3-aaa0-f7bba46454ff",
            "gambit_id": "7b694c58-4406-4958-96e8-51fcef4ada09",
            "last_updated": "2023-06-17T14:52:58.891681-04:00",
            "created_at": "2023-06-16T08:23:00.414825-04:00",
            "name": "SEA (B Woo)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3b930a7-c59c-45a5-ba2b-42419b6c6411/?format=api"
        },
        {
            "id": "84178e4b-bb58-4fdc-86e1-54f2caceb26c",
            "gambit_id": "dc946000-d82a-4343-b66a-a5437d7c7bd8",
            "last_updated": "2023-06-17T14:52:58.893186-04:00",
            "created_at": "2023-06-16T08:23:00.417367-04:00",
            "name": "CWS (M Kopech)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3b930a7-c59c-45a5-ba2b-42419b6c6411/?format=api"
        }
    ]
}