GET /api/bet_types/996f4cdc-a084-4256-b34f-6656ed5e8f03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "996f4cdc-a084-4256-b34f-6656ed5e8f03",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc73eedd-09ac-405d-a324-453e12bf6aac/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-17T09:27:13.151061-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": "Buffalo Sabres",
                "amount": 6418.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3582.0
            }
        ],
        "expected_reward_tokens": 9562.82,
        "profit_sb": 62.82,
        "profit_sb_percentage": 0.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd6fc084-0c17-45ba-8e9c-6d3a5dceafe8",
            "gambit_id": "68d5d9b1-cfde-4f9f-a5b6-3d1e82d5afbf",
            "last_updated": "2023-01-18T09:32:10.833381-05:00",
            "created_at": "2023-01-17T09:27:13.154711-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/996f4cdc-a084-4256-b34f-6656ed5e8f03/?format=api"
        },
        {
            "id": "8387c907-c0b3-4c1e-87ed-21096f58941d",
            "gambit_id": "7b02998d-4171-4616-a15f-666072174ab4",
            "last_updated": "2023-01-18T09:32:10.832273-05:00",
            "created_at": "2023-01-17T09:27:13.153260-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.67000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/996f4cdc-a084-4256-b34f-6656ed5e8f03/?format=api"
        }
    ]
}