GET /api/bet_types/a1644dab-1d1a-409a-aa62-ce20cd780da6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1644dab-1d1a-409a-aa62-ce20cd780da6",
    "match": "https://api-prod.gambitprofit.com/api/matches/99461154-e780-44c8-9108-b387d215902a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:07.390628-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": "Vancouver Canucks",
                "amount": 6314.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "71357fcd-eb01-4e40-8030-aa4e68e6cbba",
            "gambit_id": "4ba24353-541e-4085-a576-21e4f0606f7a",
            "last_updated": "2023-11-17T23:38:03.533301-05:00",
            "created_at": "2023-11-16T09:28:07.394667-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1644dab-1d1a-409a-aa62-ce20cd780da6/?format=api"
        },
        {
            "id": "f755b2c4-0efd-4e12-930e-dff16497fcc1",
            "gambit_id": "316d470a-8f95-42fb-ac2b-d4f8eb6883b4",
            "last_updated": "2023-11-17T23:38:03.536684-05:00",
            "created_at": "2023-11-16T09:28:07.398132-05:00",
            "name": "Calgary Flames",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1644dab-1d1a-409a-aa62-ce20cd780da6/?format=api"
        }
    ]
}