GET /api/bet_types/0921e8b3-bff6-4a0b-9c9f-0b94163d3d56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0921e8b3-bff6-4a0b-9c9f-0b94163d3d56",
    "match": "https://api-prod.gambitprofit.com/api/matches/255850f4-b5fd-4e40-ae79-84c191b26b28/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-10T11:22:01.199063-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": "ATL (B Elder)",
                "amount": 6241.0
            },
            {
                "team": "CIN (G Ashcraft)",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b2befd1-083b-4a3a-9b8f-2d1ac1ecb9e6",
            "gambit_id": "73240874-75f0-4465-a508-34cbbbb8793c",
            "last_updated": "2023-04-11T13:22:07.487908-04:00",
            "created_at": "2023-04-10T11:22:01.200453-04:00",
            "name": "ATL (B Elder)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0921e8b3-bff6-4a0b-9c9f-0b94163d3d56/?format=api"
        },
        {
            "id": "e8e760e1-5db9-42e5-9e0a-d6ef735a01df",
            "gambit_id": "422a1dc3-c73b-49a5-92a8-88f47ae4743a",
            "last_updated": "2023-04-11T13:22:07.490134-04:00",
            "created_at": "2023-04-10T11:22:01.201943-04:00",
            "name": "CIN (G Ashcraft)",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0921e8b3-bff6-4a0b-9c9f-0b94163d3d56/?format=api"
        }
    ]
}