GET /api/bet_types/a7db17bf-f880-4811-aae9-081dd3c0b5e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7db17bf-f880-4811-aae9-081dd3c0b5e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/69115579-32bb-47ae-b532-1d8d14718e05/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:02:01.687996-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": "Seattle Kraken",
                "amount": 7563.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2437.0
            }
        ],
        "expected_reward_tokens": 9453.75,
        "profit_sb": -46.25,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "52a9639c-3761-48c9-a83a-1846946a3c1e",
            "gambit_id": "1e7b4fef-b7e9-4ce0-a333-022274031256",
            "last_updated": "2023-04-10T09:26:56.836642-04:00",
            "created_at": "2023-04-08T09:02:01.689476-04:00",
            "name": "Seattle Kraken",
            "reward": "1.25000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7db17bf-f880-4811-aae9-081dd3c0b5e5/?format=api"
        },
        {
            "id": "50677d0a-aa85-4a1f-a8b3-6327e3717077",
            "gambit_id": "b04b9de9-5a27-4359-9c32-63e630e91163",
            "last_updated": "2023-04-10T09:26:56.838130-04:00",
            "created_at": "2023-04-08T09:02:01.690968-04:00",
            "name": "Chicago Blackhawks",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7db17bf-f880-4811-aae9-081dd3c0b5e5/?format=api"
        }
    ]
}