GET /api/bet_types/f44e7742-fd0f-4463-988f-4b694e0b1a83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f44e7742-fd0f-4463-988f-4b694e0b1a83",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b94d857-671f-4fa8-8fd5-1afc8cc50251/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "LOS (R Pepiot)",
                "amount": 5933.0
            },
            {
                "team": "MIA (S Alcantara)",
                "amount": 4067.0
            }
        ],
        "expected_reward_tokens": 9313.43,
        "profit_sb": 313.43,
        "profit_sb_percentage": 3.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "567c90a1-a8ef-45ac-95ae-73874cc76387",
            "gambit_id": "a6217724-7961-46e3-a14a-619624eeff70",
            "last_updated": "2022-08-22T09:41:59.905677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (R Pepiot)",
            "reward": "1.57000",
            "odds": "1.63290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f44e7742-fd0f-4463-988f-4b694e0b1a83/?format=api"
        },
        {
            "id": "127a2100-919a-4ca7-aa77-ecc1a55a170c",
            "gambit_id": "bea9e20e-e41c-4354-9a00-4f1214973a59",
            "last_updated": "2022-08-22T09:41:59.906129-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (S Alcantara)",
            "reward": "2.29000",
            "odds": "2.43000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f44e7742-fd0f-4463-988f-4b694e0b1a83/?format=api"
        }
    ]
}